#412100

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

Shades of Cocoa Brown #412100

Tints of Cocoa Brown #412100

Color information

#412100 (or 0x412100) is unknown color: approx Cocoa Brown. HEX triplet: 41, 21 and 00. RGB value is (65,33,0). Sum of RGB (Red+Green+Blue) = 65+33+0=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #412100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412100 is #BEDEFF. Grayscale: #262626. Windows color (decimal): -12508928 or 8513. OLE color: 8513.

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

Color convert

RGB65330-
CMYK00.4910.75
HSL30.46º100%12.75%-
HSV(B)30.46º100%25.49%-
XYZ2.722.210.28-
YUV38.81106.1146.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.33%
G=33.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533000.4910.7530.4610012.75
Hex41210031644B1e64d
Octal1014100611441133614415
Binary100000110000100110001110010010010111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412100; }

 p { color: rgb(65,33,0); }

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

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

 a { background-color: rgb(65,33,0); }

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

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

 span { border-color: rgb(65,33,0); }

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