Html Css Color HEX #37190E Brown Pod

📋 copy color: '#37190E'

red 55 ◦ green 25 ◦ blue 14

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

Shades of Brown Pod #37190E

Tints of Brown Pod #37190E

RGB

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

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

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

R = 58.51%
G = 26.6%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37190E (or 0x37190E) is known color: Brown Pod. HEX triplet: 37, 19 and 0E. RGB value is (55,25,14). Sum of RGB (Red+Green+Blue) = 55+25+14=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #37190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37190E is #C8E6F1. Grayscale: #202020. Windows color (decimal): -13166322 or 923959. OLE color: 923959.

HSL color Cylindrical-coordinate representation of color #37190E: hue angle of 16.1º 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 #37190E is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 25 14 -
CMYK 0 0.55 0.75 0.78
HSL 16.1º 0.59% 0.14% -
HSV(B) 16.1º 0.75% 0.22% -
XYZ 2 1.54 0.61 -
YUV 32.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 55 25 14 0 0.55 0.75 0.78 16.1 0.59 0.14
Hex 37 19 E 0 37 4B 4E 10 3B E
Octal 67 31 16 0 67 113 116 20 73 16
Binary 110111 11001 1110 0 110111 1001011 1001110 10000 111011 1110

Color Harmonies of #37190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37190E

Black with #37190E

Text Example


Text Example

White with #37190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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