Html Css Color HEX #371B0F Brown Pod

📋 copy color: '#371B0F'

red 55 ◦ green 27 ◦ blue 15

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

Shades of Brown Pod #371B0F

Tints of Brown Pod #371B0F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.84%

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

R = 56.7%
G = 27.84%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#371B0F (or 0x371B0F) is known color: Brown Pod. HEX triplet: 37, 1B and 0F. RGB value is (55,27,15). Sum of RGB (Red+Green+Blue) = 55+27+15=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0F is #C8E4F0. Grayscale: #222222. Windows color (decimal): -13165809 or 990007. OLE color: 990007.

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

Color convert

RGB 55 27 15 -
CMYK 0 0.51 0.73 0.78
HSL 18º 0.57% 0.14% -
HSV(B) 18º 0.73% 0.22% -
XYZ 2.05 1.63 0.66 -
YUV 34 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 55 27 15 0 0.51 0.73 0.78 18 0.57 0.14
Hex 37 1B F 0 33 49 4E 12 39 E
Octal 67 33 17 0 63 111 116 22 71 16
Binary 110111 11011 1111 0 110011 1001001 1001110 10010 111001 1110

Color Harmonies of #371B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B0F

Black with #371B0F

Text Example


Text Example

White with #371B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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