Html Css Color HEX #370200 Seal Brown

📋 copy color: '#370200'

red 55 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #370200

Tints of Seal Brown #370200

RGB

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

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

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

R = 96.49%
G = 3.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370200 (or 0x370200) is known color: Seal Brown. HEX triplet: 37, 02 and 00. RGB value is (55,2,0). Sum of RGB (Red+Green+Blue) = 55+2+0=57 (7% of max value = 765). Red value is 55 (21.88% from 255 or 96.49% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 55 - color contains mainly: red. Hex color #370200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370200 is #C8FDFF. Grayscale: #111111. Windows color (decimal): -13172224 or 567. OLE color: 567.

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

Color convert

RGB 55 2 0 -
CMYK 0 0.96 1 0.78
HSL 2.18º 1% 0.11% -
HSV(B) 2.18º 1% 0.22% -
XYZ 1.6 0.86 0.08 -
YUV 17.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 55 2 0 0 0.96 1 0.78 2.18 1 0.11
Hex 37 2 0 0 60 64 4E 2 64 B
Octal 67 2 0 0 140 144 116 2 144 13
Binary 110111 10 0 0 1100000 1100100 1001110 10 1100100 1011

Color Harmonies of #370200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370200

Black with #370200

Text Example


Text Example

White with #370200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370200; }

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

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

background-color css

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

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

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

border-color css

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

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

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