Html Css Color HEX #370B0A Seal Brown

📋 copy color: '#370B0A'

red 55 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #370B0A

Tints of Seal Brown #370B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.47%

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

R = 72.37%
G = 14.47%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#370B0A (or 0x370B0A) is known color: Seal Brown. HEX triplet: 37, 0B and 0A. RGB value is (55,11,10). Sum of RGB (Red+Green+Blue) = 55+11+10=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B0A is #C8F4F5. Grayscale: #181818. Windows color (decimal): -13169910 or 658231. OLE color: 658231.

HSL color Cylindrical-coordinate representation of color #370B0A: hue angle of 1.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 #370B0A is Cyan = 0, Magento = 0.8, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 11 10 -
CMYK 0 0.8 0.82 0.78
HSL 1.33º 0.69% 0.13% -
HSV(B) 1.33º 0.82% 0.22% -
XYZ 1.75 1.07 0.4 -
YUV 24.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 55 11 10 0 0.8 0.82 0.78 1.33 0.69 0.13
Hex 37 B A 0 50 52 4E 1 45 D
Octal 67 13 12 0 120 122 116 1 105 15
Binary 110111 1011 1010 0 1010000 1010010 1001110 1 1000101 1101

Color Harmonies of #370B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B0A

Black with #370B0A

Text Example


Text Example

White with #370B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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