Html Css Color HEX #37160B Brown Pod

📋 copy color: '#37160B'

red 55 ◦ green 22 ◦ blue 11

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

Shades of Brown Pod #37160B

Tints of Brown Pod #37160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25%

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

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37160B (or 0x37160B) is known color: Brown Pod. HEX triplet: 37, 16 and 0B. RGB value is (55,22,11). Sum of RGB (Red+Green+Blue) = 55+22+11=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160B is #C8E9F4. Grayscale: #1E1E1E. Windows color (decimal): -13167093 or 726583. OLE color: 726583.

HSL color Cylindrical-coordinate representation of color #37160B: hue angle of 15º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37160B is Cyan = 0, Magento = 0.6, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 22 11 -
CMYK 0 0.6 0.8 0.78
HSL 15º 0.67% 0.13% -
HSV(B) 15º 0.8% 0.22% -
XYZ 1.92 1.41 0.49 -
YUV 30.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 55 22 11 0 0.6 0.8 0.78 15 0.67 0.13
Hex 37 16 B 0 3C 50 4E F 43 D
Octal 67 26 13 0 74 120 116 17 103 15
Binary 110111 10110 1011 0 111100 1010000 1001110 1111 1000011 1101

Color Harmonies of #37160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37160B

Black with #37160B

Text Example


Text Example

White with #37160B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,22,11); }

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

background-color css

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

 a { background-color: rgb(55,22,11); }

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

border-color css

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

 span { border-color: rgb(55,22,11); }

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