Html Css Color HEX #370B00 Seal Brown

📋 copy color: '#370B00'

red 55 ◦ green 11 ◦ blue 0

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

Shades of Seal Brown #370B00

Tints of Seal Brown #370B00

RGB

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

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

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

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370B00 (or 0x370B00) is known color: Seal Brown. HEX triplet: 37, 0B and 00. RGB value is (55,11,0). Sum of RGB (Red+Green+Blue) = 55+11+0=66 (8% of max value = 765). Red value is 55 (21.88% from 255 or 83.33% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 55 - color contains mainly: red. Hex color #370B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B00 is #C8F4FF. Grayscale: #161616. Windows color (decimal): -13169920 or 2871. OLE color: 2871.

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

Color convert

RGB 55 11 0 -
CMYK 0 0.8 1 0.78
HSL 12º 1% 0.11% -
HSV(B) 12º 1% 0.22% -
XYZ 1.7 1.05 0.11 -
YUV 22.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 55 11 0 0 0.8 1 0.78 12 1 0.11
Hex 37 B 0 0 50 64 4E C 64 B
Octal 67 13 0 0 120 144 116 14 144 13
Binary 110111 1011 0 0 1010000 1100100 1001110 1100 1100100 1011

Color Harmonies of #370B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B00

Black with #370B00

Text Example


Text Example

White with #370B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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