Html Css Color HEX #400A02 Seal Brown

📋 copy color: '#400A02'

red 64 ◦ green 10 ◦ blue 2

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

Shades of Seal Brown #400A02

Tints of Seal Brown #400A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.16%

 BLUE value IS 2 (1.17% from 255) = 2.63%

R = 84.21%
G = 13.16%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#400A02 (or 0x400A02) is known color: Seal Brown. HEX triplet: 40, 0A and 02. RGB value is (64,10,2). Sum of RGB (Red+Green+Blue) = 64+10+2=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A02 is #BFF5FD. Grayscale: #191919. Windows color (decimal): -12580350 or 133696. OLE color: 133696.

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

Color convert

RGB 64 10 2 -
CMYK 0 0.84 0.97 0.75
HSL 7.74º 0.94% 0.13% -
HSV(B) 7.74º 0.97% 0.25% -
XYZ 2.23 1.31 0.19 -
YUV 25.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 64 10 2 0 0.84 0.97 0.75 7.74 0.94 0.13
Hex 40 A 2 0 54 61 4B 8 5E D
Octal 100 12 2 0 124 141 113 10 136 15
Binary 1000000 1010 10 0 1010100 1100001 1001011 1000 1011110 1101

Color Harmonies of #400A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A02

Black with #400A02

Text Example


Text Example

White with #400A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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