Html Css Color HEX #371D0B Brown Pod

📋 copy color: '#371D0B'

red 55 ◦ green 29 ◦ blue 11

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

Shades of Brown Pod #371D0B

Tints of Brown Pod #371D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 30.53%

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

R = 57.89%
G = 30.53%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#371D0B (or 0x371D0B) is known color: Brown Pod. HEX triplet: 37, 1D and 0B. RGB value is (55,29,11). Sum of RGB (Red+Green+Blue) = 55+29+11=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D0B is #C8E2F4. Grayscale: #222222. Windows color (decimal): -13165301 or 728375. OLE color: 728375.

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

Color convert

RGB 55 29 11 -
CMYK 0 0.47 0.8 0.78
HSL 24.55º 0.67% 0.13% -
HSV(B) 24.55º 0.8% 0.22% -
XYZ 2.08 1.72 0.54 -
YUV 34.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 55 29 11 0 0.47 0.8 0.78 24.55 0.67 0.13
Hex 37 1D B 0 2F 50 4E 19 43 D
Octal 67 35 13 0 57 120 116 31 103 15
Binary 110111 11101 1011 0 101111 1010000 1001110 11001 1000011 1101

Color Harmonies of #371D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D0B

Black with #371D0B

Text Example


Text Example

White with #371D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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