Html Css Color HEX #370B01 Seal Brown

📋 copy color: '#370B01'

red 55 ◦ green 11 ◦ blue 1

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

Shades of Seal Brown #370B01

Tints of Seal Brown #370B01

RGB

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

 GREEN value IS 11 (4.69% from 255) = 16.42%

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

R = 82.09%
G = 16.42%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#370B01 (or 0x370B01) is known color: Seal Brown. HEX triplet: 37, 0B and 01. RGB value is (55,11,1). Sum of RGB (Red+Green+Blue) = 55+11+1=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370B01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B01 is #C8F4FE. Grayscale: #171717. Windows color (decimal): -13169919 or 68407. OLE color: 68407.

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

Color convert

RGB 55 11 1 -
CMYK 0 0.8 0.98 0.78
HSL 11.11º 0.96% 0.11% -
HSV(B) 11.11º 0.98% 0.22% -
XYZ 1.7 1.05 0.14 -
YUV 23.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 55 11 1 0 0.8 0.98 0.78 11.11 0.96 0.11
Hex 37 B 1 0 50 62 4E B 60 B
Octal 67 13 1 0 120 142 116 13 140 13
Binary 110111 1011 1 0 1010000 1100010 1001110 1011 1100000 1011

Color Harmonies of #370B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B01

Black with #370B01

Text Example


Text Example

White with #370B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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