Html Css Color HEX #37180D Brown Pod

📋 copy color: '#37180D'

red 55 ◦ green 24 ◦ blue 13

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

Shades of Brown Pod #37180D

Tints of Brown Pod #37180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 59.78%
G = 26.09%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37180D (or 0x37180D) is known color: Brown Pod. HEX triplet: 37, 18 and 0D. RGB value is (55,24,13). Sum of RGB (Red+Green+Blue) = 55+24+13=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #37180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180D is #C8E7F2. Grayscale: #202020. Windows color (decimal): -13166579 or 858167. OLE color: 858167.

HSL color Cylindrical-coordinate representation of color #37180D: hue angle of 15.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37180D is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 24 13 -
CMYK 0 0.56 0.76 0.78
HSL 15.71º 0.62% 0.13% -
HSV(B) 15.71º 0.76% 0.22% -
XYZ 1.97 1.49 0.57 -
YUV 32.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 55 24 13 0 0.56 0.76 0.78 15.71 0.62 0.13
Hex 37 18 D 0 38 4C 4E 10 3E D
Octal 67 30 15 0 70 114 116 20 76 15
Binary 110111 11000 1101 0 111000 1001100 1001110 10000 111110 1101

Color Harmonies of #37180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37180D

Black with #37180D

Text Example


Text Example

White with #37180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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