Html Css Color HEX #37180A Brown Pod

📋 copy color: '#37180A'

red 55 ◦ green 24 ◦ blue 10

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

Shades of Brown Pod #37180A

Tints of Brown Pod #37180A

RGB

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

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

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

R = 61.8%
G = 26.97%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37180A (or 0x37180A) is known color: Brown Pod. HEX triplet: 37, 18 and 0A. RGB value is (55,24,10). Sum of RGB (Red+Green+Blue) = 55+24+10=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37180A is #C8E7F5. Grayscale: #1F1F1F. Windows color (decimal): -13166582 or 661559. OLE color: 661559.

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

Color convert

RGB 55 24 10 -
CMYK 0 0.56 0.82 0.78
HSL 18.67º 0.69% 0.13% -
HSV(B) 18.67º 0.82% 0.22% -
XYZ 1.96 1.49 0.47 -
YUV 31.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 55 24 10 0 0.56 0.82 0.78 18.67 0.69 0.13
Hex 37 18 A 0 38 52 4E 13 45 D
Octal 67 30 12 0 70 122 116 23 105 15
Binary 110111 11000 1010 0 111000 1010010 1001110 10011 1000101 1101

Color Harmonies of #37180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37180A

Black with #37180A

Text Example


Text Example

White with #37180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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