Html Css Color HEX #370202 Seal Brown

📋 copy color: '#370202'

red 55 ◦ green 2 ◦ blue 2

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

Shades of Seal Brown #370202

Tints of Seal Brown #370202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.39%

R = 93.22%
G = 3.39%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#370202 (or 0x370202) is known color: Seal Brown. HEX triplet: 37, 02 and 02. RGB value is (55,2,2). Sum of RGB (Red+Green+Blue) = 55+2+2=59 (7% of max value = 765). Red value is 55 (21.88% from 255 or 93.22% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 55 - color contains mainly: red. Hex color #370202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370202 is #C8FDFD. Grayscale: #111111. Windows color (decimal): -13172222 or 131639. OLE color: 131639.

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

Color convert

RGB 55 2 2 -
CMYK 0 0.96 0.96 0.78
HSL 0.93% 0.11% -
HSV(B) 0.96% 0.22% -
XYZ 1.61 0.86 0.14 -
YUV 17.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 55 2 2 0 0.96 0.96 0.78 0 0.93 0.11
Hex 37 2 2 0 60 60 4E 0 5D B
Octal 67 2 2 0 140 140 116 0 135 13
Binary 110111 10 10 0 1100000 1100000 1001110 0 1011101 1011

Color Harmonies of #370202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370202

Black with #370202

Text Example


Text Example

White with #370202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370202; }

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

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

background-color css

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

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

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

border-color css

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

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

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