Html Css Color HEX #402904 Cocoa Brown

📋 copy color: '#402904'

red 64 ◦ green 41 ◦ blue 4

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

Shades of Cocoa Brown #402904

Tints of Cocoa Brown #402904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 58.72%
G = 37.61%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#402904 (or 0x402904) is known color: Cocoa Brown. HEX triplet: 40, 29 and 04. RGB value is (64,41,4). Sum of RGB (Red+Green+Blue) = 64+41+4=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402904 is #BFD6FB. Grayscale: #2B2B2B. Windows color (decimal): -12572412 or 272704. OLE color: 272704.

HSL color Cylindrical-coordinate representation of color #402904: hue angle of 37º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #402904 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 4 -
CMYK 0 0.36 0.94 0.75
HSL 37º 0.88% 0.13% -
HSV(B) 37º 0.94% 0.25% -
XYZ 2.93 2.68 0.48 -
YUV 43.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 64 41 4 0 0.36 0.94 0.75 37 0.88 0.13
Hex 40 29 4 0 24 5E 4B 25 58 D
Octal 100 51 4 0 44 136 113 45 130 15
Binary 1000000 101001 100 0 100100 1011110 1001011 100101 1011000 1101

Color Harmonies of #402904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402904

Black with #402904

Text Example


Text Example

White with #402904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402904; }

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

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

background-color css

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

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

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

border-color css

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

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

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