Html Css Color HEX #400F03 Seal Brown

📋 copy color: '#400F03'

red 64 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #400F03

Tints of Seal Brown #400F03

RGB

 RED value IS 64 (25.39% from 255) = 78.05%

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

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

R = 78.05%
G = 18.29%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#400F03 (or 0x400F03) is known color: Seal Brown. HEX triplet: 40, 0F and 03. RGB value is (64,15,3). Sum of RGB (Red+Green+Blue) = 64+15+3=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F03 is #BFF0FC. Grayscale: #1C1C1C. Windows color (decimal): -12579069 or 200512. OLE color: 200512.

HSL color Cylindrical-coordinate representation of color #400F03: hue angle of 11.8º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400F03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 15 3 -
CMYK 0 0.77 0.95 0.75
HSL 11.8º 0.91% 0.13% -
HSV(B) 11.8º 0.95% 0.25% -
XYZ 2.3 1.44 0.24 -
YUV 28.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 64 15 3 0 0.77 0.95 0.75 11.8 0.91 0.13
Hex 40 F 3 0 4D 5F 4B C 5B D
Octal 100 17 3 0 115 137 113 14 133 15
Binary 1000000 1111 11 0 1001101 1011111 1001011 1100 1011011 1101

Color Harmonies of #400F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F03

Black with #400F03

Text Example


Text Example

White with #400F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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