Html Css Color HEX #371810 Brown Pod

📋 copy color: '#371810'

red 55 ◦ green 24 ◦ blue 16

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

Shades of Brown Pod #371810

Tints of Brown Pod #371810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.84%

R = 57.89%
G = 25.26%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#371810 (or 0x371810) is known color: Brown Pod. HEX triplet: 37, 18 and 10. RGB value is (55,24,16). Sum of RGB (Red+Green+Blue) = 55+24+16=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371810 is #C8E7EF. Grayscale: #202020. Windows color (decimal): -13166576 or 1054775. OLE color: 1054775.

HSL color Cylindrical-coordinate representation of color #371810: hue angle of 12.31º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371810 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 24 16 -
CMYK 0 0.56 0.71 0.78
HSL 12.31º 0.55% 0.14% -
HSV(B) 12.31º 0.71% 0.22% -
XYZ 2 1.5 0.68 -
YUV 32.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 55 24 16 0 0.56 0.71 0.78 12.31 0.55 0.14
Hex 37 18 10 0 38 47 4E C 37 E
Octal 67 30 20 0 70 107 116 14 67 16
Binary 110111 11000 10000 0 111000 1000111 1001110 1100 110111 1110

Color Harmonies of #371810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371810

Black with #371810

Text Example


Text Example

White with #371810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371810; }

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

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

background-color css

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

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

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

border-color css

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

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

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