Html Css Color HEX #36190D Brown Pod

📋 copy color: '#36190D'

red 54 ◦ green 25 ◦ blue 13

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

Shades of Brown Pod #36190D

Tints of Brown Pod #36190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 58.7%
G = 27.17%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#36190D (or 0x36190D) is known color: Brown Pod. HEX triplet: 36, 19 and 0D. RGB value is (54,25,13). Sum of RGB (Red+Green+Blue) = 54+25+13=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #36190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36190D is #C9E6F2. Grayscale: #202020. Windows color (decimal): -13231859 or 858422. OLE color: 858422.

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

Color convert

RGB 54 25 13 -
CMYK 0 0.54 0.76 0.79
HSL 17.56º 0.61% 0.13% -
HSV(B) 17.56º 0.76% 0.21% -
XYZ 1.94 1.51 0.57 -
YUV 32.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 54 25 13 0 0.54 0.76 0.79 17.56 0.61 0.13
Hex 36 19 D 0 36 4C 4F 12 3D D
Octal 66 31 15 0 66 114 117 22 75 15
Binary 110110 11001 1101 0 110110 1001100 1001111 10010 111101 1101

Color Harmonies of #36190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36190D

Black with #36190D

Text Example


Text Example

White with #36190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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