#533A07

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

Shades of Baker's Chocolate #533A07

Tints of Baker's Chocolate #533A07

Color information

#533A07 (or 0x533A07) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 3A and 07. RGB value is (83,58,7). Sum of RGB (Red+Green+Blue) = 83+58+7=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #533A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A07 is #ACC5F8. Grayscale: #3B3B3B. Windows color (decimal): -11322873 or 473683. OLE color: 473683.

HSL color Cylindrical-coordinate representation of color #533A07: hue angle of 40.26º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #533A07 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83587-
CMYK00.300.920.67
HSL40.26º84.44%17.65%-
HSV(B)40.26º91.57%32.55%-
XYZ5.124.880.87-
YUV59.6698.28144.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 58 (23.05% from 255) = 39.19%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=56.08%
G=39.19%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8358700.300.920.6740.2684.4417.65
Hex533A701E5C43285412
Octal1237270361341035012422
Binary101001111101011101111010111001000011101000101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A07; }

 p { color: rgb(83,58,7); }

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

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

 a { background-color: rgb(83,58,7); }

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

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

 span { border-color: rgb(83,58,7); }

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