Html Css Color HEX #402907 Cocoa Brown

📋 copy color: '#402907'

red 64 ◦ green 41 ◦ blue 7

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

Shades of Cocoa Brown #402907

Tints of Cocoa Brown #402907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 57.14%
G = 36.61%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#402907 (or 0x402907) is known color: Cocoa Brown. HEX triplet: 40, 29 and 07. RGB value is (64,41,7). Sum of RGB (Red+Green+Blue) = 64+41+7=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #402907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402907 is #BFD6F8. Grayscale: #2C2C2C. Windows color (decimal): -12572409 or 469312. OLE color: 469312.

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

Color convert

RGB 64 41 7 -
CMYK 0 0.36 0.89 0.75
HSL 35.79º 0.8% 0.14% -
HSV(B) 35.79º 0.89% 0.25% -
XYZ 2.95 2.69 0.57 -
YUV 44 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 64 41 7 0 0.36 0.89 0.75 35.79 0.8 0.14
Hex 40 29 7 0 24 59 4B 24 50 E
Octal 100 51 7 0 44 131 113 44 120 16
Binary 1000000 101001 111 0 100100 1011001 1001011 100100 1010000 1110

Color Harmonies of #402907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402907

Black with #402907

Text Example


Text Example

White with #402907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402907; }

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

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

background-color css

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

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

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

border-color css

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

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

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