Html Css Color HEX #370A02 Seal Brown

📋 copy color: '#370A02'

red 55 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #370A02

Tints of Seal Brown #370A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 14.93%

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

R = 82.09%
G = 14.93%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#370A02 (or 0x370A02) is known color: Seal Brown. HEX triplet: 37, 0A and 02. RGB value is (55,10,2). Sum of RGB (Red+Green+Blue) = 55+10+2=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 2 (1.17% from 255 or 2.99% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A02 is #C8F5FD. Grayscale: #161616. Windows color (decimal): -13170174 or 133687. OLE color: 133687.

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

Color convert

RGB 55 10 2 -
CMYK 0 0.82 0.96 0.78
HSL 9.06º 0.93% 0.11% -
HSV(B) 9.06º 0.96% 0.22% -
XYZ 1.7 1.03 0.17 -
YUV 22.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 55 10 2 0 0.82 0.96 0.78 9.06 0.93 0.11
Hex 37 A 2 0 52 60 4E 9 5D B
Octal 67 12 2 0 122 140 116 11 135 13
Binary 110111 1010 10 0 1010010 1100000 1001110 1001 1011101 1011

Color Harmonies of #370A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A02

Black with #370A02

Text Example


Text Example

White with #370A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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