Html Css Color HEX #370E0A Seal Brown

📋 copy color: '#370E0A'

red 55 ◦ green 14 ◦ blue 10

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

Shades of Seal Brown #370E0A

Tints of Seal Brown #370E0A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.72%

 BLUE value IS 10 (4.3% from 255) = 12.66%

R = 69.62%
G = 17.72%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#370E0A (or 0x370E0A) is known color: Seal Brown. HEX triplet: 37, 0E and 0A. RGB value is (55,14,10). Sum of RGB (Red+Green+Blue) = 55+14+10=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 14 (5.86% from 255 or 17.72% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0A is #C8F1F5. Grayscale: #191919. Windows color (decimal): -13169142 or 658999. OLE color: 658999.

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

Color convert

RGB 55 14 10 -
CMYK 0 0.75 0.82 0.78
HSL 5.33º 0.69% 0.13% -
HSV(B) 5.33º 0.82% 0.22% -
XYZ 1.79 1.15 0.41 -
YUV 25.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 55 14 10 0 0.75 0.82 0.78 5.33 0.69 0.13
Hex 37 E A 0 4B 52 4E 5 45 D
Octal 67 16 12 0 113 122 116 5 105 15
Binary 110111 1110 1010 0 1001011 1010010 1001110 101 1000101 1101

Color Harmonies of #370E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E0A

Black with #370E0A

Text Example


Text Example

White with #370E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370E0A; }

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

 H1.HeaderClassName
 {
   color: #370E0A;
 }
 .AnyTagClassName
 {
   color: #370E0A;
 }
</style>

background-color css

<style>
 a { background-color: #370E0A; }

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

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

border-color css

<style>
 span { border-color: #370E0A; }

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

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