Html Css Color HEX #370700 Seal Brown

📋 copy color: '#370700'

red 55 ◦ green 7 ◦ blue 0

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

Shades of Seal Brown #370700

Tints of Seal Brown #370700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

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

R = 88.71%
G = 11.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370700 (or 0x370700) is known color: Seal Brown. HEX triplet: 37, 07 and 00. RGB value is (55,7,0). Sum of RGB (Red+Green+Blue) = 55+7+0=62 (8% of max value = 765). Red value is 55 (21.88% from 255 or 88.71% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 55 - color contains mainly: red. Hex color #370700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370700 is #C8F8FF. Grayscale: #141414. Windows color (decimal): -13170944 or 1847. OLE color: 1847.

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

Color convert

RGB 55 7 0 -
CMYK 0 0.87 1 0.78
HSL 7.64º 1% 0.11% -
HSV(B) 7.64º 1% 0.22% -
XYZ 1.65 0.96 0.1 -
YUV 20.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 55 7 0 0 0.87 1 0.78 7.64 1 0.11
Hex 37 7 0 0 57 64 4E 8 64 B
Octal 67 7 0 0 127 144 116 10 144 13
Binary 110111 111 0 0 1010111 1100100 1001110 1000 1100100 1011

Color Harmonies of #370700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370700

Black with #370700

Text Example


Text Example

White with #370700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370700; }

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

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

background-color css

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

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

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

border-color css

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

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

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