#532900

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

Shades of Baker's Chocolate #532900

Tints of Baker's Chocolate #532900

Color information

#532900 (or 0x532900) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 29 and 00. RGB value is (83,41,0). Sum of RGB (Red+Green+Blue) = 83+41+0=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532900 is #ACD6FF. Grayscale: #313131. Windows color (decimal): -11327232 or 10579. OLE color: 10579.

HSL color Cylindrical-coordinate representation of color #532900: hue angle of 29.64º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #532900 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83410-
CMYK00.5110.67
HSL29.64º100%16.27%-
HSV(B)29.64º100%32.55%-
XYZ4.363.420.43-
YUV48.88100.41152.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.94%
G=33.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341000.5110.6729.6410016.27
Hex5329003364431e6410
Octal1235100631441033614420
Binary1010011101001001100111100100100001111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532900; }

 p { color: rgb(83,41,0); }

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

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

 a { background-color: rgb(83,41,0); }

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

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

 span { border-color: rgb(83,41,0); }

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