Html Css Color HEX #370201 Seal Brown

📋 copy color: '#370201'

red 55 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #370201

Tints of Seal Brown #370201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.45%

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

R = 94.83%
G = 3.45%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#370201 (or 0x370201) is known color: Seal Brown. HEX triplet: 37, 02 and 01. RGB value is (55,2,1). Sum of RGB (Red+Green+Blue) = 55+2+1=58 (7% of max value = 765). Red value is 55 (21.88% from 255 or 94.83% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 55 - color contains mainly: red. Hex color #370201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370201 is #C8FDFE. Grayscale: #111111. Windows color (decimal): -13172223 or 66103. OLE color: 66103.

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

Color convert

RGB 55 2 1 -
CMYK 0 0.96 0.98 0.78
HSL 1.11º 0.96% 0.11% -
HSV(B) 1.11º 0.98% 0.22% -
XYZ 1.6 0.86 0.11 -
YUV 17.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 55 2 1 0 0.96 0.98 0.78 1.11 0.96 0.11
Hex 37 2 1 0 60 62 4E 1 60 B
Octal 67 2 1 0 140 142 116 1 140 13
Binary 110111 10 1 0 1100000 1100010 1001110 1 1100000 1011

Color Harmonies of #370201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370201

Black with #370201

Text Example


Text Example

White with #370201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370201; }

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

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

background-color css

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

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

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

border-color css

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

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

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