Html Css Color HEX #37140C Seal Brown

📋 copy color: '#37140C'

red 55 ◦ green 20 ◦ blue 12

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

Shades of Seal Brown #37140C

Tints of Seal Brown #37140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.79%

R = 63.22%
G = 22.99%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37140C (or 0x37140C) is known color: Seal Brown. HEX triplet: 37, 14 and 0C. RGB value is (55,20,12). Sum of RGB (Red+Green+Blue) = 55+20+12=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140C is #C8EBF3. Grayscale: #1D1D1D. Windows color (decimal): -13167604 or 791607. OLE color: 791607.

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

Color convert

RGB 55 20 12 -
CMYK 0 0.64 0.78 0.78
HSL 11.16º 0.64% 0.13% -
HSV(B) 11.16º 0.78% 0.22% -
XYZ 1.89 1.34 0.51 -
YUV 29.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 55 20 12 0 0.64 0.78 0.78 11.16 0.64 0.13
Hex 37 14 C 0 40 4E 4E B 40 D
Octal 67 24 14 0 100 116 116 13 100 15
Binary 110111 10100 1100 0 1000000 1001110 1001110 1011 1000000 1101

Color Harmonies of #37140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37140C

Black with #37140C

Text Example


Text Example

White with #37140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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