Html Css Color HEX #370B03 Seal Brown

📋 copy color: '#370B03'

red 55 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #370B03

Tints of Seal Brown #370B03

RGB

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

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

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

R = 79.71%
G = 15.94%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#370B03 (or 0x370B03) is known color: Seal Brown. HEX triplet: 37, 0B and 03. RGB value is (55,11,3). Sum of RGB (Red+Green+Blue) = 55+11+3=69 (9% of max value = 765). Red value is 55 (21.88% from 255 or 79.71% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 55 - color contains mainly: red. Hex color #370B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B03 is #C8F4FC. Grayscale: #171717. Windows color (decimal): -13169917 or 199479. OLE color: 199479.

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

Color convert

RGB 55 11 3 -
CMYK 0 0.8 0.95 0.78
HSL 9.23º 0.9% 0.11% -
HSV(B) 9.23º 0.95% 0.22% -
XYZ 1.71 1.06 0.2 -
YUV 23.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 55 11 3 0 0.8 0.95 0.78 9.23 0.9 0.11
Hex 37 B 3 0 50 5F 4E 9 5A B
Octal 67 13 3 0 120 137 116 11 132 13
Binary 110111 1011 11 0 1010000 1011111 1001110 1001 1011010 1011

Color Harmonies of #370B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B03

Black with #370B03

Text Example


Text Example

White with #370B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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