Html Css Color HEX #370601 Seal Brown

📋 copy color: '#370601'

red 55 ◦ green 6 ◦ blue 1

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

Shades of Seal Brown #370601

Tints of Seal Brown #370601

RGB

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

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

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

R = 88.71%
G = 9.68%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#370601 (or 0x370601) is known color: Seal Brown. HEX triplet: 37, 06 and 01. RGB value is (55,6,1). Sum of RGB (Red+Green+Blue) = 55+6+1=62 (8% of max value = 765). Red value is 55 (21.88% from 255 or 88.71% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 55 - color contains mainly: red. Hex color #370601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370601 is #C8F9FE. Grayscale: #141414. Windows color (decimal): -13171199 or 67127. OLE color: 67127.

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

Color convert

RGB 55 6 1 -
CMYK 0 0.89 0.98 0.78
HSL 5.56º 0.96% 0.11% -
HSV(B) 5.56º 0.98% 0.22% -
XYZ 1.65 0.94 0.12 -
YUV 20.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 55 6 1 0 0.89 0.98 0.78 5.56 0.96 0.11
Hex 37 6 1 0 59 62 4E 6 60 B
Octal 67 6 1 0 131 142 116 6 140 13
Binary 110111 110 1 0 1011001 1100010 1001110 110 1100000 1011

Color Harmonies of #370601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370601

Black with #370601

Text Example


Text Example

White with #370601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370601; }

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

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

background-color css

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

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

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

border-color css

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

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

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