#532B00

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

Shades of Baker's Chocolate #532B00

Tints of Baker's Chocolate #532B00

Color information

#532B00 (or 0x532B00) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 2B and 00. RGB value is (83,43,0). Sum of RGB (Red+Green+Blue) = 83+43+0=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B00 is #ACD4FF. Grayscale: #323232. Windows color (decimal): -11326720 or 11091. OLE color: 11091.

HSL color Cylindrical-coordinate representation of color #532B00: hue angle of 31.08º 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 #532B00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB83430-
CMYK00.4810.67
HSL31.08º100%16.27%-
HSV(B)31.08º100%32.55%-
XYZ4.433.570.45-
YUV50.0699.75151.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.87%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.87%
G=34.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8343000.4810.6731.0810016.27
Hex532B003064431f6410
Octal1235300601441033714420
Binary1010011101011001100001100100100001111111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532B00; }

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

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

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

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

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

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

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

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