Html Css Color HEX #402909 Cocoa Brown

📋 copy color: '#402909'

red 64 ◦ green 41 ◦ blue 9

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

Shades of Cocoa Brown #402909

Tints of Cocoa Brown #402909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 56.14%
G = 35.96%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402909 (or 0x402909) is known color: Cocoa Brown. HEX triplet: 40, 29 and 09. RGB value is (64,41,9). Sum of RGB (Red+Green+Blue) = 64+41+9=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #402909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402909 is #BFD6F6. Grayscale: #2C2C2C. Windows color (decimal): -12572407 or 600384. OLE color: 600384.

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

Color convert

RGB 64 41 9 -
CMYK 0 0.36 0.86 0.75
HSL 34.91º 0.75% 0.14% -
HSV(B) 34.91º 0.86% 0.25% -
XYZ 2.96 2.7 0.62 -
YUV 44.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 64 41 9 0 0.36 0.86 0.75 34.91 0.75 0.14
Hex 40 29 9 0 24 56 4B 23 4B E
Octal 100 51 11 0 44 126 113 43 113 16
Binary 1000000 101001 1001 0 100100 1010110 1001011 100011 1001011 1110

Color Harmonies of #402909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402909

Black with #402909

Text Example


Text Example

White with #402909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402909; }

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

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

background-color css

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

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

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

border-color css

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

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

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