Html Css Color HEX #370801 Seal Brown

📋 copy color: '#370801'

red 55 ◦ green 8 ◦ blue 1

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

Shades of Seal Brown #370801

Tints of Seal Brown #370801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

 BLUE value IS 1 (0.78% from 255) = 1.56%

R = 85.94%
G = 12.5%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#370801 (or 0x370801) is known color: Seal Brown. HEX triplet: 37, 08 and 01. RGB value is (55,8,1). Sum of RGB (Red+Green+Blue) = 55+8+1=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 1 (0.78% from 255 or 1.56% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370801 is #C8F7FE. Grayscale: #151515. Windows color (decimal): -13170687 or 67639. OLE color: 67639.

HSL color Cylindrical-coordinate representation of color #370801: hue angle of 7.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370801 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 8 1 -
CMYK 0 0.85 0.98 0.78
HSL 7.78º 0.96% 0.11% -
HSV(B) 7.78º 0.98% 0.22% -
XYZ 1.67 0.99 0.13 -
YUV 21.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 55 8 1 0 0.85 0.98 0.78 7.78 0.96 0.11
Hex 37 8 1 0 55 62 4E 8 60 B
Octal 67 10 1 0 125 142 116 10 140 13
Binary 110111 1000 1 0 1010101 1100010 1001110 1000 1100000 1011

Color Harmonies of #370801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370801

Black with #370801

Text Example


Text Example

White with #370801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370801; }

 p { color: rgb(55,8,1); }

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

background-color css

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

 a { background-color: rgb(55,8,1); }

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

border-color css

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

 span { border-color: rgb(55,8,1); }

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