Html Css Color HEX #370400 Seal Brown

📋 copy color: '#370400'

red 55 ◦ green 4 ◦ blue 0

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

Shades of Seal Brown #370400

Tints of Seal Brown #370400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

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

R = 93.22%
G = 6.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370400 (or 0x370400) is known color: Seal Brown. HEX triplet: 37, 04 and 00. RGB value is (55,4,0). Sum of RGB (Red+Green+Blue) = 55+4+0=59 (7% of max value = 765). Red value is 55 (21.88% from 255 or 93.22% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 55 - color contains mainly: red. Hex color #370400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370400 is #C8FBFF. Grayscale: #121212. Windows color (decimal): -13171712 or 1079. OLE color: 1079.

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

Color convert

RGB 55 4 0 -
CMYK 0 0.93 1 0.78
HSL 4.36º 1% 0.11% -
HSV(B) 4.36º 1% 0.22% -
XYZ 1.62 0.9 0.09 -
YUV 18.79 117.4 153.83 -
System Red Green Blue C M Y K H S L
Decimal 55 4 0 0 0.93 1 0.78 4.36 1 0.11
Hex 37 4 0 0 5D 64 4E 4 64 B
Octal 67 4 0 0 135 144 116 4 144 13
Binary 110111 100 0 0 1011101 1100100 1001110 100 1100100 1011

Color Harmonies of #370400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370400

Black with #370400

Text Example


Text Example

White with #370400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370400; }

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

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

background-color css

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

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

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

border-color css

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

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

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