Html Css Color HEX #37140D Seal Brown

📋 copy color: '#37140D'

red 55 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #37140D

Tints of Seal Brown #37140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.73%

 BLUE value IS 13 (5.47% from 255) = 14.77%

R = 62.5%
G = 22.73%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37140D (or 0x37140D) is known color: Seal Brown. HEX triplet: 37, 14 and 0D. RGB value is (55,20,13). Sum of RGB (Red+Green+Blue) = 55+20+13=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #37140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140D is #C8EBF2. Grayscale: #1D1D1D. Windows color (decimal): -13167603 or 857143. OLE color: 857143.

HSL color Cylindrical-coordinate representation of color #37140D: hue angle of 10º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37140D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 13 -
CMYK 0 0.64 0.76 0.78
HSL 10º 0.62% 0.13% -
HSV(B) 10º 0.76% 0.22% -
XYZ 1.9 1.34 0.54 -
YUV 29.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 55 20 13 0 0.64 0.76 0.78 10 0.62 0.13
Hex 37 14 D 0 40 4C 4E A 3E D
Octal 67 24 15 0 100 114 116 12 76 15
Binary 110111 10100 1101 0 1000000 1001100 1001110 1010 111110 1101

Color Harmonies of #37140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37140D

Black with #37140D

Text Example


Text Example

White with #37140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37140D; }

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

 H1.HeaderClassName
 {
   color: #37140D;
 }
 .AnyTagClassName
 {
   color: #37140D;
 }
</style>

background-color css

<style>
 a { background-color: #37140D; }

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

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

border-color css

<style>
 span { border-color: #37140D; }

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

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