Html Css Color HEX #402809 Cocoa Brown

📋 copy color: '#402809'

red 64 ◦ green 40 ◦ blue 9

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

Shades of Cocoa Brown #402809

Tints of Cocoa Brown #402809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 9 (3.91% from 255) = 7.96%

R = 56.64%
G = 35.4%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402809 (or 0x402809) is known color: Cocoa Brown. HEX triplet: 40, 28 and 09. RGB value is (64,40,9). Sum of RGB (Red+Green+Blue) = 64+40+9=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402809 is #BFD7F6. Grayscale: #2B2B2B. Windows color (decimal): -12572663 or 600128. OLE color: 600128.

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

Color convert

RGB 64 40 9 -
CMYK 0 0.38 0.86 0.75
HSL 33.82º 0.75% 0.14% -
HSV(B) 33.82º 0.86% 0.25% -
XYZ 2.92 2.63 0.61 -
YUV 43.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 64 40 9 0 0.38 0.86 0.75 33.82 0.75 0.14
Hex 40 28 9 0 26 56 4B 22 4B E
Octal 100 50 11 0 46 126 113 42 113 16
Binary 1000000 101000 1001 0 100110 1010110 1001011 100010 1001011 1110

Color Harmonies of #402809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402809

Black with #402809

Text Example


Text Example

White with #402809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402809; }

 p { color: rgb(64,40,9); }

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

background-color css

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

 a { background-color: rgb(64,40,9); }

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

border-color css

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

 span { border-color: rgb(64,40,9); }

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