Html Css Color HEX #370900 Seal Brown

📋 copy color: '#370900'

red 55 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #370900

Tints of Seal Brown #370900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.94%
G = 14.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370900 (or 0x370900) is known color: Seal Brown. HEX triplet: 37, 09 and 00. RGB value is (55,9,0). Sum of RGB (Red+Green+Blue) = 55+9+0=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370900 is #C8F6FF. Grayscale: #151515. Windows color (decimal): -13170432 or 2359. OLE color: 2359.

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

Color convert

RGB 55 9 0 -
CMYK 0 0.84 1 0.78
HSL 9.82º 1% 0.11% -
HSV(B) 9.82º 1% 0.22% -
XYZ 1.67 1.01 0.11 -
YUV 21.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 55 9 0 0 0.84 1 0.78 9.82 1 0.11
Hex 37 9 0 0 54 64 4E A 64 B
Octal 67 11 0 0 124 144 116 12 144 13
Binary 110111 1001 0 0 1010100 1100100 1001110 1010 1100100 1011

Color Harmonies of #370900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370900

Black with #370900

Text Example


Text Example

White with #370900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370900; }

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

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

background-color css

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

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

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

border-color css

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

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

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