Html Css Color HEX #37160A Brown Pod

📋 copy color: '#37160A'

red 55 ◦ green 22 ◦ blue 10

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

Shades of Brown Pod #37160A

Tints of Brown Pod #37160A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.49%

R = 63.22%
G = 25.29%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37160A (or 0x37160A) is known color: Brown Pod. HEX triplet: 37, 16 and 0A. RGB value is (55,22,10). Sum of RGB (Red+Green+Blue) = 55+22+10=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160A is #C8E9F5. Grayscale: #1E1E1E. Windows color (decimal): -13167094 or 661047. OLE color: 661047.

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

Color convert

RGB 55 22 10 -
CMYK 0 0.6 0.82 0.78
HSL 16º 0.69% 0.13% -
HSV(B) 16º 0.82% 0.22% -
XYZ 1.92 1.41 0.46 -
YUV 30.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 55 22 10 0 0.6 0.82 0.78 16 0.69 0.13
Hex 37 16 A 0 3C 52 4E 10 45 D
Octal 67 26 12 0 74 122 116 20 105 15
Binary 110111 10110 1010 0 111100 1010010 1001110 10000 1000101 1101

Color Harmonies of #37160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37160A

Black with #37160A

Text Example


Text Example

White with #37160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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