Html Css Color HEX #40280A Cocoa Brown

📋 copy color: '#40280A'

red 64 ◦ green 40 ◦ blue 10

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

Shades of Cocoa Brown #40280A

Tints of Cocoa Brown #40280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.09%

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

R = 56.14%
G = 35.09%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#40280A (or 0x40280A) is known color: Cocoa Brown. HEX triplet: 40, 28 and 0A. RGB value is (64,40,10). Sum of RGB (Red+Green+Blue) = 64+40+10=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40280A is #BFD7F5. Grayscale: #2B2B2B. Windows color (decimal): -12572662 or 665664. OLE color: 665664.

HSL color Cylindrical-coordinate representation of color #40280A: hue angle of 33.33º 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 #40280A is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 40 10 -
CMYK 0 0.38 0.84 0.75
HSL 33.33º 0.73% 0.15% -
HSV(B) 33.33º 0.84% 0.25% -
XYZ 2.93 2.63 0.64 -
YUV 43.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 64 40 10 0 0.38 0.84 0.75 33.33 0.73 0.15
Hex 40 28 A 0 26 54 4B 21 49 F
Octal 100 50 12 0 46 124 113 41 111 17
Binary 1000000 101000 1010 0 100110 1010100 1001011 100001 1001001 1111

Color Harmonies of #40280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40280A

Black with #40280A

Text Example


Text Example

White with #40280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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