Html Css Color HEX #400200 Seal Brown

📋 copy color: '#400200'

red 64 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #400200

Tints of Seal Brown #400200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.97%
G = 3.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400200 (or 0x400200) is known color: Seal Brown. HEX triplet: 40, 02 and 00. RGB value is (64,2,0). Sum of RGB (Red+Green+Blue) = 64+2+0=66 (8% of max value = 765). Red value is 64 (25.39% from 255 or 96.97% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 64 - color contains mainly: red. Hex color #400200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400200 is #BFFDFF. Grayscale: #141414. Windows color (decimal): -12582400 or 576. OLE color: 576.

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

Color convert

RGB 64 2 0 -
CMYK 0 0.97 1 0.75
HSL 1.88º 1% 0.13% -
HSV(B) 1.88º 1% 0.25% -
XYZ 2.14 1.13 0.11 -
YUV 20.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 64 2 0 0 0.97 1 0.75 1.88 1 0.13
Hex 40 2 0 0 61 64 4B 2 64 D
Octal 100 2 0 0 141 144 113 2 144 15
Binary 1000000 10 0 0 1100001 1100100 1001011 10 1100100 1101

Color Harmonies of #400200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400200

Black with #400200

Text Example


Text Example

White with #400200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400200; }

 p { color: rgb(64,2,0); }

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

background-color css

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

 a { background-color: rgb(64,2,0); }

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

border-color css

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

 span { border-color: rgb(64,2,0); }

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