Html Css Color HEX #370F00 Seal Brown

📋 copy color: '#370F00'

red 55 ◦ green 15 ◦ blue 0

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

Shades of Seal Brown #370F00

Tints of Seal Brown #370F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.43%

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

R = 78.57%
G = 21.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#370F00 (or 0x370F00) is known color: Seal Brown. HEX triplet: 37, 0F and 00. RGB value is (55,15,0). Sum of RGB (Red+Green+Blue) = 55+15+0=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #370F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F00 is #C8F0FF. Grayscale: #191919. Windows color (decimal): -13168896 or 3895. OLE color: 3895.

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

Color convert

RGB 55 15 0 -
CMYK 0 0.73 1 0.78
HSL 16.36º 1% 0.11% -
HSV(B) 16.36º 1% 0.22% -
XYZ 1.75 1.15 0.13 -
YUV 25.25 113.75 149.22 -
System Red Green Blue C M Y K H S L
Decimal 55 15 0 0 0.73 1 0.78 16.36 1 0.11
Hex 37 F 0 0 49 64 4E 10 64 B
Octal 67 17 0 0 111 144 116 20 144 13
Binary 110111 1111 0 0 1001001 1100100 1001110 10000 1100100 1011

Color Harmonies of #370F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F00

Black with #370F00

Text Example


Text Example

White with #370F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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