Html Css Color HEX #371F10 Brown Pod

📋 copy color: '#371F10'

red 55 ◦ green 31 ◦ blue 16

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

Shades of Brown Pod #371F10

Tints of Brown Pod #371F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

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

R = 53.92%
G = 30.39%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#371F10 (or 0x371F10) is known color: Brown Pod. HEX triplet: 37, 1F and 10. RGB value is (55,31,16). Sum of RGB (Red+Green+Blue) = 55+31+16=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371F10 is #C8E0EF. Grayscale: #242424. Windows color (decimal): -13164784 or 1056567. OLE color: 1056567.

HSL color Cylindrical-coordinate representation of color #371F10: hue angle of 23.08º 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 #371F10 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 31 16 -
CMYK 0 0.44 0.71 0.78
HSL 23.08º 0.55% 0.14% -
HSV(B) 23.08º 0.71% 0.22% -
XYZ 2.16 1.83 0.73 -
YUV 36.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 55 31 16 0 0.44 0.71 0.78 23.08 0.55 0.14
Hex 37 1F 10 0 2C 47 4E 17 37 E
Octal 67 37 20 0 54 107 116 27 67 16
Binary 110111 11111 10000 0 101100 1000111 1001110 10111 110111 1110

Color Harmonies of #371F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F10

Black with #371F10

Text Example


Text Example

White with #371F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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