Html Css Color HEX #371B13 Brown Pod

📋 copy color: '#371B13'

red 55 ◦ green 27 ◦ blue 19

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

Shades of Brown Pod #371B13

Tints of Brown Pod #371B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.81%

R = 54.46%
G = 26.73%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#371B13 (or 0x371B13) is known color: Brown Pod. HEX triplet: 37, 1B and 13. RGB value is (55,27,19). Sum of RGB (Red+Green+Blue) = 55+27+19=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B13 is #C8E4EC. Grayscale: #222222. Windows color (decimal): -13165805 or 1252151. OLE color: 1252151.

HSL color Cylindrical-coordinate representation of color #371B13: hue angle of 13.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371B13 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 27 19 -
CMYK 0 0.51 0.65 0.78
HSL 13.33º 0.49% 0.15% -
HSV(B) 13.33º 0.65% 0.22% -
XYZ 2.09 1.64 0.82 -
YUV 34.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 55 27 19 0 0.51 0.65 0.78 13.33 0.49 0.15
Hex 37 1B 13 0 33 41 4E D 31 F
Octal 67 33 23 0 63 101 116 15 61 17
Binary 110111 11011 10011 0 110011 1000001 1001110 1101 110001 1111

Color Harmonies of #371B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B13

Black with #371B13

Text Example


Text Example

White with #371B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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