Html Css Color HEX #371B14 Brown Pod

📋 copy color: '#371B14'

red 55 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #371B14

Tints of Brown Pod #371B14

RGB

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

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

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

R = 53.92%
G = 26.47%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#371B14 (or 0x371B14) is known color: Brown Pod. HEX triplet: 37, 1B and 14. RGB value is (55,27,20). Sum of RGB (Red+Green+Blue) = 55+27+20=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #371B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B14 is #C8E4EB. Grayscale: #222222. Windows color (decimal): -13165804 or 1317687. OLE color: 1317687.

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

Color convert

RGB 55 27 20 -
CMYK 0 0.51 0.64 0.78
HSL 12º 0.47% 0.15% -
HSV(B) 12º 0.64% 0.22% -
XYZ 2.09 1.65 0.87 -
YUV 34.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 55 27 20 0 0.51 0.64 0.78 12 0.47 0.15
Hex 37 1B 14 0 33 40 4E C 2F F
Octal 67 33 24 0 63 100 116 14 57 17
Binary 110111 11011 10100 0 110011 1000000 1001110 1100 101111 1111

Color Harmonies of #371B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B14

Black with #371B14

Text Example


Text Example

White with #371B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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