Html Css Color HEX #370600 Seal Brown

📋 copy color: '#370600'

red 55 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #370600

Tints of Seal Brown #370600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.84%

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

R = 90.16%
G = 9.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370600 (or 0x370600) is known color: Seal Brown. HEX triplet: 37, 06 and 00. RGB value is (55,6,0). Sum of RGB (Red+Green+Blue) = 55+6+0=61 (8% of max value = 765). Red value is 55 (21.88% from 255 or 90.16% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 55 - color contains mainly: red. Hex color #370600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370600 is #C8F9FF. Grayscale: #141414. Windows color (decimal): -13171200 or 1591. OLE color: 1591.

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

Color convert

RGB 55 6 0 -
CMYK 0 0.89 1 0.78
HSL 6.55º 1% 0.11% -
HSV(B) 6.55º 1% 0.22% -
XYZ 1.64 0.94 0.1 -
YUV 19.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 55 6 0 0 0.89 1 0.78 6.55 1 0.11
Hex 37 6 0 0 59 64 4E 7 64 B
Octal 67 6 0 0 131 144 116 7 144 13
Binary 110111 110 0 0 1011001 1100100 1001110 111 1100100 1011

Color Harmonies of #370600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370600

Black with #370600

Text Example


Text Example

White with #370600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370600; }

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

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

background-color css

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

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

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

border-color css

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

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

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