#40260A

Color #40260A Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #40260A

Tints of Cocoa Brown #40260A

Color information

#40260A (or 0x40260A) is unknown color: approx Cocoa Brown. HEX triplet: 40, 26 and 0A. RGB value is (64,38,10). Sum of RGB (Red+Green+Blue) = 64+38+10=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40260A is #BFD9F5. Grayscale: #2A2A2A. Windows color (decimal): -12573174 or 665152. OLE color: 665152.

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

Color convert

RGB643810-
CMYK00.410.840.75
HSL31.11º72.97%14.51%-
HSV(B)31.11º84.38%25.1%-
XYZ2.862.50.62-
YUV42.58109.61143.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=57.14%
G=33.93%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64381000.410.840.7531.1172.9714.51
Hex4026A029544B1f49f
Octal10046120511241133711117
Binary100000010011010100101001101010010010111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40260A;
 }
 .AnyTagClassName
 {
   color: #40260A;
 }
</style>
background-color css

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

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

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

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

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

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