Html Css Color HEX #371D0F Brown Pod

📋 copy color: '#371D0F'

red 55 ◦ green 29 ◦ blue 15

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

Shades of Brown Pod #371D0F

Tints of Brown Pod #371D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.15%

R = 55.56%
G = 29.29%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#371D0F (or 0x371D0F) is known color: Brown Pod. HEX triplet: 37, 1D and 0F. RGB value is (55,29,15). Sum of RGB (Red+Green+Blue) = 55+29+15=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #371D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371D0F is #C8E2F0. Grayscale: #232323. Windows color (decimal): -13165297 or 990519. OLE color: 990519.

HSL color Cylindrical-coordinate representation of color #371D0F: hue angle of 21º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #371D0F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 29 15 -
CMYK 0 0.47 0.73 0.78
HSL 21º 0.57% 0.14% -
HSV(B) 21º 0.73% 0.22% -
XYZ 2.1 1.73 0.67 -
YUV 35.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 55 29 15 0 0.47 0.73 0.78 21 0.57 0.14
Hex 37 1D F 0 2F 49 4E 15 39 E
Octal 67 35 17 0 57 111 116 25 71 16
Binary 110111 11101 1111 0 101111 1001001 1001110 10101 111001 1110

Color Harmonies of #371D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D0F

Black with #371D0F

Text Example


Text Example

White with #371D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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