Html Css Color HEX #402409 Cocoa Brown

📋 copy color: '#402409'

red 64 ◦ green 36 ◦ blue 9

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

Shades of Cocoa Brown #402409

Tints of Cocoa Brown #402409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 58.72%
G = 33.03%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402409 (or 0x402409) is known color: Cocoa Brown. HEX triplet: 40, 24 and 09. RGB value is (64,36,9). Sum of RGB (Red+Green+Blue) = 64+36+9=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402409 is #BFDBF6. Grayscale: #292929. Windows color (decimal): -12573687 or 599104. OLE color: 599104.

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

Color convert

RGB 64 36 9 -
CMYK 0 0.44 0.86 0.75
HSL 29.45º 0.75% 0.14% -
HSV(B) 29.45º 0.86% 0.25% -
XYZ 2.79 2.37 0.57 -
YUV 41.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 64 36 9 0 0.44 0.86 0.75 29.45 0.75 0.14
Hex 40 24 9 0 2C 56 4B 1D 4B E
Octal 100 44 11 0 54 126 113 35 113 16
Binary 1000000 100100 1001 0 101100 1010110 1001011 11101 1001011 1110

Color Harmonies of #402409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402409

Black with #402409

Text Example


Text Example

White with #402409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402409; }

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

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

background-color css

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

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

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

border-color css

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

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

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