Html Css Color HEX #371A14 Brown Pod

📋 copy color: '#371A14'

red 55 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #371A14

Tints of Brown Pod #371A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 54.46%
G = 25.74%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371A14 (or 0x371A14) is known color: Brown Pod. HEX triplet: 37, 1A and 14. RGB value is (55,26,20). Sum of RGB (Red+Green+Blue) = 55+26+20=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A14 is #C8E5EB. Grayscale: #222222. Windows color (decimal): -13166060 or 1317431. OLE color: 1317431.

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

Color convert

RGB 55 26 20 -
CMYK 0 0.53 0.64 0.78
HSL 10.29º 0.47% 0.15% -
HSV(B) 10.29º 0.64% 0.22% -
XYZ 2.07 1.6 0.86 -
YUV 33.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 55 26 20 0 0.53 0.64 0.78 10.29 0.47 0.15
Hex 37 1A 14 0 35 40 4E A 2F F
Octal 67 32 24 0 65 100 116 12 57 17
Binary 110111 11010 10100 0 110101 1000000 1001110 1010 101111 1111

Color Harmonies of #371A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A14

Black with #371A14

Text Example


Text Example

White with #371A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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