#53380F

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

Shades of Baker's Chocolate #53380F

Tints of Baker's Chocolate #53380F

Color information

#53380F (or 0x53380F) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 38 and 0F. RGB value is (83,56,15). Sum of RGB (Red+Green+Blue) = 83+56+15=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #53380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53380F is #ACC7F0. Grayscale: #3B3B3B. Windows color (decimal): -11323377 or 997459. OLE color: 997459.

HSL color Cylindrical-coordinate representation of color #53380F: hue angle of 36.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53380F is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB835615-
CMYK00.330.820.67
HSL36.18º69.39%19.22%-
HSV(B)36.18º81.93%32.55%-
XYZ5.074.71.09-
YUV59.4102.95144.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=53.90%
G=36.36%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83561500.330.820.6736.1869.3919.22
Hex5338F0215243244513
Octal12370170411221034410523
Binary10100111110001111010000110100101000011100100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53380F; }

 p { color: rgb(83,56,15); }

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

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

 a { background-color: rgb(83,56,15); }

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

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

 span { border-color: rgb(83,56,15); }

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