#53340E

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

Shades of Baker's Chocolate #53340E

Tints of Baker's Chocolate #53340E

Color information

#53340E (or 0x53340E) is unknown color: approx Baker's Chocolate. HEX triplet: 53, 34 and 0E. RGB value is (83,52,14). Sum of RGB (Red+Green+Blue) = 83+52+14=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53340E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53340E is #ACCBF1. Grayscale: #393939. Windows color (decimal): -11324402 or 930899. OLE color: 930899.

HSL color Cylindrical-coordinate representation of color #53340E: hue angle of 33.04º 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 #53340E is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB835214-
CMYK00.370.830.67
HSL33.04º71.13%19.02%-
HSV(B)33.04º83.13%32.55%-
XYZ4.874.330.99-
YUV56.94103.77146.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 52 (20.70% from 255) = 34.90%
BLUE value IS 14 (5.86% from 255) = 9.40%
R=55.70%
G=34.90%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83521400.370.830.6733.0471.1319.02
Hex5334E0255343214713
Octal12364160451231034110723
Binary10100111101001110010010110100111000011100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53340E; }

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

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

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

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

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

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

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

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