Html Css Color HEX #37160E Seal Brown

📋 copy color: '#37160E'

red 55 ◦ green 22 ◦ blue 14

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

Shades of Seal Brown #37160E

Tints of Seal Brown #37160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

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

R = 60.44%
G = 24.18%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#37160E (or 0x37160E) is known color: Seal Brown. HEX triplet: 37, 16 and 0E. RGB value is (55,22,14). Sum of RGB (Red+Green+Blue) = 55+22+14=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #37160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160E is #C8E9F1. Grayscale: #1F1F1F. Windows color (decimal): -13167090 or 923191. OLE color: 923191.

HSL color Cylindrical-coordinate representation of color #37160E: hue angle of 11.71º 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 #37160E is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 22 14 -
CMYK 0 0.6 0.75 0.78
HSL 11.71º 0.59% 0.14% -
HSV(B) 11.71º 0.75% 0.22% -
XYZ 1.94 1.42 0.59 -
YUV 30.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 55 22 14 0 0.6 0.75 0.78 11.71 0.59 0.14
Hex 37 16 E 0 3C 4B 4E C 3B E
Octal 67 26 16 0 74 113 116 14 73 16
Binary 110111 10110 1110 0 111100 1001011 1001110 1100 111011 1110

Color Harmonies of #37160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37160E

Black with #37160E

Text Example


Text Example

White with #37160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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