Html Css Color HEX #36170D Brown Pod

📋 copy color: '#36170D'

red 54 ◦ green 23 ◦ blue 13

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

Shades of Brown Pod #36170D

Tints of Brown Pod #36170D

RGB

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

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

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

R = 60%
G = 25.56%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#36170D (or 0x36170D) is known color: Brown Pod. HEX triplet: 36, 17 and 0D. RGB value is (54,23,13). Sum of RGB (Red+Green+Blue) = 54+23+13=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #36170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36170D is #C9E8F2. Grayscale: #1F1F1F. Windows color (decimal): -13232371 or 857910. OLE color: 857910.

HSL color Cylindrical-coordinate representation of color #36170D: hue angle of 14.63º 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 #36170D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 23 13 -
CMYK 0 0.57 0.76 0.79
HSL 14.63º 0.61% 0.13% -
HSV(B) 14.63º 0.76% 0.21% -
XYZ 1.9 1.43 0.56 -
YUV 31.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 54 23 13 0 0.57 0.76 0.79 14.63 0.61 0.13
Hex 36 17 D 0 39 4C 4F F 3D D
Octal 66 27 15 0 71 114 117 17 75 15
Binary 110110 10111 1101 0 111001 1001100 1001111 1111 111101 1101

Color Harmonies of #36170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36170D

Black with #36170D

Text Example


Text Example

White with #36170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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