Html Css Color HEX #370E0B Seal Brown

📋 copy color: '#370E0B'

red 55 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #370E0B

Tints of Seal Brown #370E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 68.75%
G = 17.5%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#370E0B (or 0x370E0B) is known color: Seal Brown. HEX triplet: 37, 0E and 0B. RGB value is (55,14,11). Sum of RGB (Red+Green+Blue) = 55+14+11=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E0B is #C8F1F4. Grayscale: #191919. Windows color (decimal): -13169141 or 724535. OLE color: 724535.

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

Color convert

RGB 55 14 11 -
CMYK 0 0.75 0.8 0.78
HSL 4.09º 0.67% 0.13% -
HSV(B) 4.09º 0.8% 0.22% -
XYZ 1.79 1.15 0.44 -
YUV 25.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 55 14 11 0 0.75 0.8 0.78 4.09 0.67 0.13
Hex 37 E B 0 4B 50 4E 4 43 D
Octal 67 16 13 0 113 120 116 4 103 15
Binary 110111 1110 1011 0 1001011 1010000 1001110 100 1000011 1101

Color Harmonies of #370E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E0B

Black with #370E0B

Text Example


Text Example

White with #370E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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