Html Css Color HEX #37180B Brown Pod

📋 copy color: '#37180B'

red 55 ◦ green 24 ◦ blue 11

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

Shades of Brown Pod #37180B

Tints of Brown Pod #37180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 26.67%

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

R = 61.11%
G = 26.67%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37180B (or 0x37180B) is known color: Brown Pod. HEX triplet: 37, 18 and 0B. RGB value is (55,24,11). Sum of RGB (Red+Green+Blue) = 55+24+11=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180B is #C8E7F4. Grayscale: #1F1F1F. Windows color (decimal): -13166581 or 727095. OLE color: 727095.

HSL color Cylindrical-coordinate representation of color #37180B: hue angle of 17.73º 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 #37180B is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 24 11 -
CMYK 0 0.56 0.8 0.78
HSL 17.73º 0.67% 0.13% -
HSV(B) 17.73º 0.8% 0.22% -
XYZ 1.96 1.49 0.5 -
YUV 31.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 55 24 11 0 0.56 0.8 0.78 17.73 0.67 0.13
Hex 37 18 B 0 38 50 4E 12 43 D
Octal 67 30 13 0 70 120 116 22 103 15
Binary 110111 11000 1011 0 111000 1010000 1001110 10010 1000011 1101

Color Harmonies of #37180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37180B

Black with #37180B

Text Example


Text Example

White with #37180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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