#412501

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

Shades of Cocoa Brown #412501

Tints of Cocoa Brown #412501

Color information

#412501 (or 0x412501) is unknown color: approx Cocoa Brown. HEX triplet: 41, 25 and 01. RGB value is (65,37,1). Sum of RGB (Red+Green+Blue) = 65+37+1=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #412501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412501 is #BEDAFE. Grayscale: #292929. Windows color (decimal): -12507903 or 75073. OLE color: 75073.

HSL color Cylindrical-coordinate representation of color #412501: hue angle of 33.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #412501 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB65371-
CMYK00.430.980.75
HSL33.75º96.97%12.94%-
HSV(B)33.75º98.46%25.49%-
XYZ2.852.450.35-
YUV41.27105.28144.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=63.11%
G=35.92%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6537100.430.980.7533.7596.9712.94
Hex4125102B624B2261d
Octal1014510531421134214115
Binary1000001100101101010111100010100101110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412501; }

 p { color: rgb(65,37,1); }

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

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

 a { background-color: rgb(65,37,1); }

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

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

 span { border-color: rgb(65,37,1); }

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