#533A0E

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

Shades of Baker's Chocolate #533A0E

Tints of Baker's Chocolate #533A0E

Color information

#533A0E (or 0x533A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 3A and 0E. RGB value is (83,58,14). Sum of RGB (Red+Green+Blue) = 83+58+14=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A0E is #ACC5F1. Grayscale: #3C3C3C. Windows color (decimal): -11322866 or 932435. OLE color: 932435.

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

Color convert

RGB835814-
CMYK00.300.830.67
HSL38.26º71.13%19.02%-
HSV(B)38.26º83.13%32.55%-
XYZ5.164.91.09-
YUV60.46101.78144.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 14 (5.86% from 255) = 9.03%
R=53.55%
G=37.42%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83581400.300.830.6738.2671.1319.02
Hex533AE01E5343264713
Octal12372160361231034610723
Binary1010011111010111001111010100111000011100110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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