Html Css Color HEX #361908 Brown Pod

📋 copy color: '#361908'

red 54 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #361908

Tints of Brown Pod #361908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.74%

 BLUE value IS 8 (3.52% from 255) = 9.2%

R = 62.07%
G = 28.74%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#361908 (or 0x361908) is known color: Brown Pod. HEX triplet: 36, 19 and 08. RGB value is (54,25,8). Sum of RGB (Red+Green+Blue) = 54+25+8=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361908 is #C9E6F7. Grayscale: #1F1F1F. Windows color (decimal): -13231864 or 530742. OLE color: 530742.

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

Color convert

RGB 54 25 8 -
CMYK 0 0.54 0.85 0.79
HSL 22.17º 0.74% 0.12% -
HSV(B) 22.17º 0.85% 0.21% -
XYZ 1.91 1.5 0.42 -
YUV 31.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 54 25 8 0 0.54 0.85 0.79 22.17 0.74 0.12
Hex 36 19 8 0 36 55 4F 16 4A C
Octal 66 31 10 0 66 125 117 26 112 14
Binary 110110 11001 1000 0 110110 1010101 1001111 10110 1001010 1100

Color Harmonies of #361908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361908

Black with #361908

Text Example


Text Example

White with #361908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361908; }

 p { color: rgb(54,25,8); }

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

background-color css

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

 a { background-color: rgb(54,25,8); }

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

border-color css

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

 span { border-color: rgb(54,25,8); }

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