Html Css Color HEX #370301 Seal Brown

📋 copy color: '#370301'

red 55 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #370301

Tints of Seal Brown #370301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.08%

 BLUE value IS 1 (0.78% from 255) = 1.69%

R = 93.22%
G = 5.08%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#370301 (or 0x370301) is known color: Seal Brown. HEX triplet: 37, 03 and 01. RGB value is (55,3,1). Sum of RGB (Red+Green+Blue) = 55+3+1=59 (7% of max value = 765). Red value is 55 (21.88% from 255 or 93.22% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 55 - color contains mainly: red. Hex color #370301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370301 is #C8FCFE. Grayscale: #121212. Windows color (decimal): -13171967 or 66359. OLE color: 66359.

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

Color convert

RGB 55 3 1 -
CMYK 0 0.95 0.98 0.78
HSL 2.22º 0.96% 0.11% -
HSV(B) 2.22º 0.98% 0.22% -
XYZ 1.61 0.88 0.11 -
YUV 18.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 55 3 1 0 0.95 0.98 0.78 2.22 0.96 0.11
Hex 37 3 1 0 5F 62 4E 2 60 B
Octal 67 3 1 0 137 142 116 2 140 13
Binary 110111 11 1 0 1011111 1100010 1001110 10 1100000 1011

Color Harmonies of #370301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370301

Black with #370301

Text Example


Text Example

White with #370301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370301; }

 p { color: rgb(55,3,1); }

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

background-color css

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

 a { background-color: rgb(55,3,1); }

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

border-color css

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

 span { border-color: rgb(55,3,1); }

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