Html Css Color HEX #370E03 Seal Brown

📋 copy color: '#370E03'

red 55 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #370E03

Tints of Seal Brown #370E03

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.44%

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

R = 76.39%
G = 19.44%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#370E03 (or 0x370E03) is known color: Seal Brown. HEX triplet: 37, 0E and 03. RGB value is (55,14,3). Sum of RGB (Red+Green+Blue) = 55+14+3=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #370E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E03 is #C8F1FC. Grayscale: #191919. Windows color (decimal): -13169149 or 200247. OLE color: 200247.

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

Color convert

RGB 55 14 3 -
CMYK 0 0.75 0.95 0.78
HSL 12.69º 0.9% 0.11% -
HSV(B) 12.69º 0.95% 0.22% -
XYZ 1.75 1.13 0.21 -
YUV 25.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 55 14 3 0 0.75 0.95 0.78 12.69 0.9 0.11
Hex 37 E 3 0 4B 5F 4E D 5A B
Octal 67 16 3 0 113 137 116 15 132 13
Binary 110111 1110 11 0 1001011 1011111 1001110 1101 1011010 1011

Color Harmonies of #370E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E03

Black with #370E03

Text Example


Text Example

White with #370E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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