#533000

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

Shades of Baker's Chocolate #533000

Tints of Baker's Chocolate #533000

Color information

#533000 (or 0x533000) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 30 and 00. RGB value is (83,48,0). Sum of RGB (Red+Green+Blue) = 83+48+0=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #533000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533000 is #ACCFFF. Grayscale: #353535. Windows color (decimal): -11325440 or 12371. OLE color: 12371.

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

Color convert

RGB83480-
CMYK00.4210.67
HSL34.7º100%16.27%-
HSV(B)34.7º100%32.55%-
XYZ4.623.950.52-
YUV52.9998.1149.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.36%
G=36.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8348000.4210.6734.710016.27
Hex5330002A6443236410
Octal1236000521441034314420
Binary10100111100000010101011001001000011100011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533000; }

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

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

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

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

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

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

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

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