Html Css Color HEX #37170E Brown Pod

📋 copy color: '#37170E'

red 55 ◦ green 23 ◦ blue 14

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

Shades of Brown Pod #37170E

Tints of Brown Pod #37170E

RGB

 RED value IS 55 (21.88% from 255) = 59.78%

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

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 59.78%
G = 25%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37170E (or 0x37170E) is known color: Brown Pod. HEX triplet: 37, 17 and 0E. RGB value is (55,23,14). Sum of RGB (Red+Green+Blue) = 55+23+14=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #37170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37170E is #C8E8F1. Grayscale: #1F1F1F. Windows color (decimal): -13166834 or 923447. OLE color: 923447.

HSL color Cylindrical-coordinate representation of color #37170E: hue angle of 13.17º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37170E is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 23 14 -
CMYK 0 0.58 0.75 0.78
HSL 13.17º 0.59% 0.14% -
HSV(B) 13.17º 0.75% 0.22% -
XYZ 1.96 1.46 0.59 -
YUV 31.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 55 23 14 0 0.58 0.75 0.78 13.17 0.59 0.14
Hex 37 17 E 0 3A 4B 4E D 3B E
Octal 67 27 16 0 72 113 116 15 73 16
Binary 110111 10111 1110 0 111010 1001011 1001110 1101 111011 1110

Color Harmonies of #37170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37170E

Black with #37170E

Text Example


Text Example

White with #37170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37170E; }

 p { color: rgb(55,23,14); }

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

background-color css

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

 a { background-color: rgb(55,23,14); }

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

border-color css

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

 span { border-color: rgb(55,23,14); }

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