Html Css Color HEX #37140E Seal Brown

📋 copy color: '#37140E'

red 55 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #37140E

Tints of Seal Brown #37140E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.73%

R = 61.8%
G = 22.47%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37140E (or 0x37140E) is known color: Seal Brown. HEX triplet: 37, 14 and 0E. RGB value is (55,20,14). Sum of RGB (Red+Green+Blue) = 55+20+14=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37140E is #C8EBF1. Grayscale: #1D1D1D. Windows color (decimal): -13167602 or 922679. OLE color: 922679.

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

Color convert

RGB 55 20 14 -
CMYK 0 0.64 0.75 0.78
HSL 8.78º 0.59% 0.14% -
HSV(B) 8.78º 0.75% 0.22% -
XYZ 1.9 1.34 0.57 -
YUV 29.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 55 20 14 0 0.64 0.75 0.78 8.78 0.59 0.14
Hex 37 14 E 0 40 4B 4E 9 3B E
Octal 67 24 16 0 100 113 116 11 73 16
Binary 110111 10100 1110 0 1000000 1001011 1001110 1001 111011 1110

Color Harmonies of #37140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37140E

Black with #37140E

Text Example


Text Example

White with #37140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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