Html Css Color HEX #40290A Cocoa Brown

📋 copy color: '#40290A'

red 64 ◦ green 41 ◦ blue 10

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

Shades of Cocoa Brown #40290A

Tints of Cocoa Brown #40290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.7%

R = 55.65%
G = 35.65%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40290A (or 0x40290A) is known color: Cocoa Brown. HEX triplet: 40, 29 and 0A. RGB value is (64,41,10). Sum of RGB (Red+Green+Blue) = 64+41+10=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40290A is #BFD6F5. Grayscale: #2C2C2C. Windows color (decimal): -12572406 or 665920. OLE color: 665920.

HSL color Cylindrical-coordinate representation of color #40290A: hue angle of 34.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40290A is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 41 10 -
CMYK 0 0.36 0.84 0.75
HSL 34.44º 0.73% 0.15% -
HSV(B) 34.44º 0.84% 0.25% -
XYZ 2.96 2.7 0.65 -
YUV 44.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 64 41 10 0 0.36 0.84 0.75 34.44 0.73 0.15
Hex 40 29 A 0 24 54 4B 22 49 F
Octal 100 51 12 0 44 124 113 42 111 17
Binary 1000000 101001 1010 0 100100 1010100 1001011 100010 1001001 1111

Color Harmonies of #40290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40290A

Black with #40290A

Text Example


Text Example

White with #40290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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