Html Css Color HEX #400602 Seal Brown

📋 copy color: '#400602'

red 64 ◦ green 6 ◦ blue 2

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

Shades of Seal Brown #400602

Tints of Seal Brown #400602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.33%

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

R = 88.89%
G = 8.33%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#400602 (or 0x400602) is known color: Seal Brown. HEX triplet: 40, 06 and 02. RGB value is (64,6,2). Sum of RGB (Red+Green+Blue) = 64+6+2=72 (9% of max value = 765). Red value is 64 (25.39% from 255 or 88.89% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 64 - color contains mainly: red. Hex color #400602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400602 is #BFF9FD. Grayscale: #161616. Windows color (decimal): -12581374 or 132672. OLE color: 132672.

HSL color Cylindrical-coordinate representation of color #400602: hue angle of 3.87º 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 #400602 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 2 -
CMYK 0 0.91 0.97 0.75
HSL 3.87º 0.94% 0.13% -
HSV(B) 3.87º 0.97% 0.25% -
XYZ 2.19 1.22 0.18 -
YUV 22.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 64 6 2 0 0.91 0.97 0.75 3.87 0.94 0.13
Hex 40 6 2 0 5B 61 4B 4 5E D
Octal 100 6 2 0 133 141 113 4 136 15
Binary 1000000 110 10 0 1011011 1100001 1001011 100 1011110 1101

Color Harmonies of #400602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400602

Black with #400602

Text Example


Text Example

White with #400602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400602; }

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

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

background-color css

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

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

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

border-color css

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

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

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