Html Css Color HEX #371A0F Brown Pod

📋 copy color: '#371A0F'

red 55 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #371A0F

Tints of Brown Pod #371A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

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

R = 57.29%
G = 27.08%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#371A0F (or 0x371A0F) is known color: Brown Pod. HEX triplet: 37, 1A and 0F. RGB value is (55,26,15). Sum of RGB (Red+Green+Blue) = 55+26+15=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0F is #C8E5F0. Grayscale: #212121. Windows color (decimal): -13166065 or 989751. OLE color: 989751.

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

Color convert

RGB 55 26 15 -
CMYK 0 0.53 0.73 0.78
HSL 16.5º 0.57% 0.14% -
HSV(B) 16.5º 0.73% 0.22% -
XYZ 2.03 1.59 0.65 -
YUV 33.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 55 26 15 0 0.53 0.73 0.78 16.5 0.57 0.14
Hex 37 1A F 0 35 49 4E 10 39 E
Octal 67 32 17 0 65 111 116 20 71 16
Binary 110111 11010 1111 0 110101 1001001 1001110 10000 111001 1110

Color Harmonies of #371A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A0F

Black with #371A0F

Text Example


Text Example

White with #371A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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