Html Css Color HEX #370A06 Seal Brown

📋 copy color: '#370A06'

red 55 ◦ green 10 ◦ blue 6

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

Shades of Seal Brown #370A06

Tints of Seal Brown #370A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 8.45%

R = 77.46%
G = 14.08%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#370A06 (or 0x370A06) is known color: Seal Brown. HEX triplet: 37, 0A and 06. RGB value is (55,10,6). Sum of RGB (Red+Green+Blue) = 55+10+6=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 10 (4.30% from 255 or 14.08% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A06 is #C8F5F9. Grayscale: #171717. Windows color (decimal): -13170170 or 395831. OLE color: 395831.

HSL color Cylindrical-coordinate representation of color #370A06: hue angle of 4.9º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370A06 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 10 6 -
CMYK 0 0.82 0.89 0.78
HSL 4.9º 0.8% 0.12% -
HSV(B) 4.9º 0.89% 0.22% -
XYZ 1.72 1.04 0.28 -
YUV 23 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 55 10 6 0 0.82 0.89 0.78 4.9 0.8 0.12
Hex 37 A 6 0 52 59 4E 5 50 C
Octal 67 12 6 0 122 131 116 5 120 14
Binary 110111 1010 110 0 1010010 1011001 1001110 101 1010000 1100

Color Harmonies of #370A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A06

Black with #370A06

Text Example


Text Example

White with #370A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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