Html Css Color HEX #36190C Brown Pod

📋 copy color: '#36190C'

red 54 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #36190C

Tints of Brown Pod #36190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.19%

R = 59.34%
G = 27.47%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.79

RGB Variations

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

Color information

#36190C (or 0x36190C) is known color: Brown Pod. HEX triplet: 36, 19 and 0C. RGB value is (54,25,12). Sum of RGB (Red+Green+Blue) = 54+25+12=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #36190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36190C is #C9E6F3. Grayscale: #202020. Windows color (decimal): -13231860 or 792886. OLE color: 792886.

HSL color Cylindrical-coordinate representation of color #36190C: hue angle of 18.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36190C is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 25 12 -
CMYK 0 0.54 0.78 0.79
HSL 18.57º 0.64% 0.13% -
HSV(B) 18.57º 0.78% 0.21% -
XYZ 1.94 1.51 0.54 -
YUV 32.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 54 25 12 0 0.54 0.78 0.79 18.57 0.64 0.13
Hex 36 19 C 0 36 4E 4F 13 40 D
Octal 66 31 14 0 66 116 117 23 100 15
Binary 110110 11001 1100 0 110110 1001110 1001111 10011 1000000 1101

Color Harmonies of #36190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36190C

Black with #36190C

Text Example


Text Example

White with #36190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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