#40270A

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

Shades of Cocoa Brown #40270A

Tints of Cocoa Brown #40270A

Color information

#40270A (or 0x40270A) is unknown color: approx Cocoa Brown. HEX triplet: 40, 27 and 0A. RGB value is (64,39,10). Sum of RGB (Red+Green+Blue) = 64+39+10=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40270A is #BFD8F5. Grayscale: #2B2B2B. Windows color (decimal): -12572918 or 665408. OLE color: 665408.

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

Color convert

RGB643910-
CMYK00.390.840.75
HSL32.22º72.97%14.51%-
HSV(B)32.22º84.38%25.1%-
XYZ2.892.560.63-
YUV43.17109.28142.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=56.64%
G=34.51%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64391000.390.840.7532.2272.9714.51
Hex4027A027544B2049f
Octal10047120471241134011117
Binary1000000100111101001001111010100100101110000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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