Html Css Color HEX #36170B Brown Pod

📋 copy color: '#36170B'

red 54 ◦ green 23 ◦ blue 11

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

Shades of Brown Pod #36170B

Tints of Brown Pod #36170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 26.14%

 BLUE value IS 11 (4.69% from 255) = 12.5%

R = 61.36%
G = 26.14%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#36170B (or 0x36170B) is known color: Brown Pod. HEX triplet: 36, 17 and 0B. RGB value is (54,23,11). Sum of RGB (Red+Green+Blue) = 54+23+11=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #36170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36170B is #C9E8F4. Grayscale: #1E1E1E. Windows color (decimal): -13232373 or 726838. OLE color: 726838.

HSL color Cylindrical-coordinate representation of color #36170B: hue angle of 16.74º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36170B is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 23 11 -
CMYK 0 0.57 0.80 0.79
HSL 16.74º 0.66% 0.13% -
HSV(B) 16.74º 0.8% 0.21% -
XYZ 1.89 1.42 0.49 -
YUV 30.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 54 23 11 0 0.57 0.80 0.79 16.74 0.66 0.13
Hex 36 17 B 0 39 50 4F 11 42 D
Octal 66 27 13 0 71 120 117 21 102 15
Binary 110110 10111 1011 0 111001 1010000 1001111 10001 1000010 1101

Color Harmonies of #36170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36170B

Black with #36170B

Text Example


Text Example

White with #36170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36170B; }

 p { color: rgb(54,23,11); }

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

background-color css

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

 a { background-color: rgb(54,23,11); }

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

border-color css

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

 span { border-color: rgb(54,23,11); }

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