#532605

Color #532605 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #532605

Tints of Baker's Chocolate #532605

Color information

#532605 (or 0x532605) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 26 and 05. RGB value is (83,38,5). Sum of RGB (Red+Green+Blue) = 83+38+5=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532605 is #ACD9FA. Grayscale: #2F2F2F. Windows color (decimal): -11327995 or 337491. OLE color: 337491.

HSL color Cylindrical-coordinate representation of color #532605: hue angle of 25.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #532605 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB83385-
CMYK00.540.940.67
HSL25.38º88.64%17.25%-
HSV(B)25.38º93.98%32.55%-
XYZ4.293.240.54-
YUV47.69103.91153.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=65.87%
G=30.16%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8338500.540.940.6725.3888.6417.25
Hex532650365E43195911
Octal1234650661361033113121
Binary101001110011010101101101011110100001111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532605; }

 p { color: rgb(83,38,5); }

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

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

 a { background-color: rgb(83,38,5); }

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

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

 span { border-color: rgb(83,38,5); }

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