Html Css Color HEX #370F03 Seal Brown

📋 copy color: '#370F03'

red 55 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #370F03

Tints of Seal Brown #370F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.11%

R = 75.34%
G = 20.55%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#370F03 (or 0x370F03) is known color: Seal Brown. HEX triplet: 37, 0F and 03. RGB value is (55,15,3). Sum of RGB (Red+Green+Blue) = 55+15+3=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F03 is #C8F0FC. Grayscale: #191919. Windows color (decimal): -13168893 or 200503. OLE color: 200503.

HSL color Cylindrical-coordinate representation of color #370F03: hue angle of 13.85º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370F03 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 3 -
CMYK 0 0.73 0.95 0.78
HSL 13.85º 0.9% 0.11% -
HSV(B) 13.85º 0.95% 0.22% -
XYZ 1.76 1.16 0.22 -
YUV 25.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 55 15 3 0 0.73 0.95 0.78 13.85 0.9 0.11
Hex 37 F 3 0 49 5F 4E E 5A B
Octal 67 17 3 0 111 137 116 16 132 13
Binary 110111 1111 11 0 1001001 1011111 1001110 1110 1011010 1011

Color Harmonies of #370F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F03

Black with #370F03

Text Example


Text Example

White with #370F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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