Html Css Color HEX #402609 Cocoa Brown

📋 copy color: '#402609'

red 64 ◦ green 38 ◦ blue 9

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

Shades of Cocoa Brown #402609

Tints of Cocoa Brown #402609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 57.66%
G = 34.23%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#402609 (or 0x402609) is known color: Cocoa Brown. HEX triplet: 40, 26 and 09. RGB value is (64,38,9). Sum of RGB (Red+Green+Blue) = 64+38+9=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #402609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402609 is #BFD9F6. Grayscale: #2A2A2A. Windows color (decimal): -12573175 or 599616. OLE color: 599616.

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

Color convert

RGB 64 38 9 -
CMYK 0 0.41 0.86 0.75
HSL 31.64º 0.75% 0.14% -
HSV(B) 31.64º 0.86% 0.25% -
XYZ 2.86 2.5 0.59 -
YUV 42.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 64 38 9 0 0.41 0.86 0.75 31.64 0.75 0.14
Hex 40 26 9 0 29 56 4B 20 4B E
Octal 100 46 11 0 51 126 113 40 113 16
Binary 1000000 100110 1001 0 101001 1010110 1001011 100000 1001011 1110

Color Harmonies of #402609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402609

Black with #402609

Text Example


Text Example

White with #402609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402609; }

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

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

background-color css

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

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

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

border-color css

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

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

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