Html Css Color HEX #370B09 Seal Brown

📋 copy color: '#370B09'

red 55 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #370B09

Tints of Seal Brown #370B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12%

R = 73.33%
G = 14.67%
B = 12%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370B09 (or 0x370B09) is known color: Seal Brown. HEX triplet: 37, 0B and 09. RGB value is (55,11,9). Sum of RGB (Red+Green+Blue) = 55+11+9=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B09 is #C8F4F6. Grayscale: #171717. Windows color (decimal): -13169911 or 592695. OLE color: 592695.

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

Color convert

RGB 55 11 9 -
CMYK 0 0.8 0.84 0.78
HSL 2.61º 0.72% 0.13% -
HSV(B) 2.61º 0.84% 0.22% -
XYZ 1.74 1.07 0.37 -
YUV 23.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 55 11 9 0 0.8 0.84 0.78 2.61 0.72 0.13
Hex 37 B 9 0 50 54 4E 3 48 D
Octal 67 13 11 0 120 124 116 3 110 15
Binary 110111 1011 1001 0 1010000 1010100 1001110 11 1001000 1101

Color Harmonies of #370B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B09

Black with #370B09

Text Example


Text Example

White with #370B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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