Html Css Color HEX #361912 Brown Pod

📋 copy color: '#361912'

red 54 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #361912

Tints of Brown Pod #361912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 55.67%
G = 25.77%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361912 (or 0x361912) is known color: Brown Pod. HEX triplet: 36, 19 and 12. RGB value is (54,25,18). Sum of RGB (Red+Green+Blue) = 54+25+18=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #361912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361912 is #C9E6ED. Grayscale: #202020. Windows color (decimal): -13231854 or 1186102. OLE color: 1186102.

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

Color convert

RGB 54 25 18 -
CMYK 0 0.54 0.67 0.79
HSL 11.67º 0.5% 0.14% -
HSV(B) 11.67º 0.67% 0.21% -
XYZ 1.98 1.52 0.76 -
YUV 32.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 54 25 18 0 0.54 0.67 0.79 11.67 0.5 0.14
Hex 36 19 12 0 36 43 4F C 32 E
Octal 66 31 22 0 66 103 117 14 62 16
Binary 110110 11001 10010 0 110110 1000011 1001111 1100 110010 1110

Color Harmonies of #361912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361912

Black with #361912

Text Example


Text Example

White with #361912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361912; }

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

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

background-color css

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

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

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

border-color css

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

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

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