Html Css Color HEX #361805 Brown Pod

📋 copy color: '#361805'

red 54 ◦ green 24 ◦ blue 5

#361805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #361805

Tints of Brown Pod #361805

RGB

 RED value IS 54 (21.48% from 255) = 65.06%

 GREEN value IS 24 (9.77% from 255) = 28.92%

 BLUE value IS 5 (2.34% from 255) = 6.02%

R = 65.06%
G = 28.92%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.79

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#361805 (or 0x361805) is known color: Brown Pod. HEX triplet: 36, 18 and 05. RGB value is (54,24,5). Sum of RGB (Red+Green+Blue) = 54+24+5=83 (10% of max value = 765). Red value is 54 (21.48% from 255 or 65.06% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 54 - color contains mainly: red. Hex color #361805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361805 is #C9E7FA. Grayscale: #1E1E1E. Windows color (decimal): -13232123 or 333878. OLE color: 333878.

HSL color Cylindrical-coordinate representation of color #361805: hue angle of 23.27º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361805 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 24 5 -
CMYK 0 0.56 0.91 0.79
HSL 23.27º 0.83% 0.12% -
HSV(B) 23.27º 0.91% 0.21% -
XYZ 1.88 1.45 0.32 -
YUV 30.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 54 24 5 0 0.56 0.91 0.79 23.27 0.83 0.12
Hex 36 18 5 0 38 5B 4F 17 53 C
Octal 66 30 5 0 70 133 117 27 123 14
Binary 110110 11000 101 0 111000 1011011 1001111 10111 1010011 1100

Color Harmonies of #361805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361805

Black with #361805

Text Example


Text Example

White with #361805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361805; }

 p { color: rgb(54,24,5); }

 H1.HeaderClassName
 {
   color: #361805;
 }
 .AnyTagClassName
 {
   color: #361805;
 }
</style>

background-color css

<style>
 a { background-color: #361805; }

 a { background-color: rgb(54,24,5); }

 div.DivClassName
 {
   background-color: #361805;
 }
 .BgClassName
 {
   background-color: #361805;
 }
</style>

border-color css

<style>
 span { border-color: #361805; }

 span { border-color: rgb(54,24,5); }

 td.TdClassName
 {
   border-color: #361805;
 }
 .TagClassName
 {
   border-color: #361805;
 }
</style>