Html Css Color HEX #400B03 Seal Brown

📋 copy color: '#400B03'

red 64 ◦ green 11 ◦ blue 3

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

Shades of Seal Brown #400B03

Tints of Seal Brown #400B03

RGB

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

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

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

R = 82.05%
G = 14.1%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#400B03 (or 0x400B03) is known color: Seal Brown. HEX triplet: 40, 0B and 03. RGB value is (64,11,3). Sum of RGB (Red+Green+Blue) = 64+11+3=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B03 is #BFF4FC. Grayscale: #1A1A1A. Windows color (decimal): -12580093 or 199488. OLE color: 199488.

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

Color convert

RGB 64 11 3 -
CMYK 0 0.83 0.95 0.75
HSL 7.87º 0.91% 0.13% -
HSV(B) 7.87º 0.95% 0.25% -
XYZ 2.25 1.34 0.23 -
YUV 25.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 64 11 3 0 0.83 0.95 0.75 7.87 0.91 0.13
Hex 40 B 3 0 53 5F 4B 8 5B D
Octal 100 13 3 0 123 137 113 10 133 15
Binary 1000000 1011 11 0 1010011 1011111 1001011 1000 1011011 1101

Color Harmonies of #400B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B03

Black with #400B03

Text Example


Text Example

White with #400B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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