Html Css Color HEX #370A00 Seal Brown

📋 copy color: '#370A00'

red 55 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #370A00

Tints of Seal Brown #370A00

RGB

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

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

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

R = 84.62%
G = 15.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370A00 (or 0x370A00) is known color: Seal Brown. HEX triplet: 37, 0A and 00. RGB value is (55,10,0). Sum of RGB (Red+Green+Blue) = 55+10+0=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A00 is #C8F5FF. Grayscale: #161616. Windows color (decimal): -13170176 or 2615. OLE color: 2615.

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

Color convert

RGB 55 10 0 -
CMYK 0 0.82 1 0.78
HSL 10.91º 1% 0.11% -
HSV(B) 10.91º 1% 0.22% -
XYZ 1.68 1.03 0.11 -
YUV 22.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 55 10 0 0 0.82 1 0.78 10.91 1 0.11
Hex 37 A 0 0 52 64 4E B 64 B
Octal 67 12 0 0 122 144 116 13 144 13
Binary 110111 1010 0 0 1010010 1100100 1001110 1011 1100100 1011

Color Harmonies of #370A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A00

Black with #370A00

Text Example


Text Example

White with #370A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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