Html Css Color HEX #402000 Cocoa Brown

📋 copy color: '#402000'

red 64 ◦ green 32 ◦ blue 0

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

Shades of Cocoa Brown #402000

Tints of Cocoa Brown #402000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#402000 (or 0x402000) is known color: Cocoa Brown. HEX triplet: 40, 20 and 00. RGB value is (64,32,0). Sum of RGB (Red+Green+Blue) = 64+32+0=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #402000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402000 is #BFDFFF. Grayscale: #262626. Windows color (decimal): -12574720 or 8256. OLE color: 8256.

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

Color convert

RGB 64 32 0 -
CMYK 0 0.50 1 0.75
HSL 30º 1% 0.13% -
HSV(B) 30º 1% 0.25% -
XYZ 2.63 2.12 0.27 -
YUV 37.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 64 32 0 0 0.50 1 0.75 30 1 0.13
Hex 40 20 0 0 32 64 4B 1E 64 D
Octal 100 40 0 0 62 144 113 36 144 15
Binary 1000000 100000 0 0 110010 1100100 1001011 11110 1100100 1101

Color Harmonies of #402000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402000

Black with #402000

Text Example


Text Example

White with #402000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402000; }

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

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

background-color css

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

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

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

border-color css

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

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

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