#553203

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

Shades of Baker's Chocolate #553203

Tints of Baker's Chocolate #553203

Color information

#553203 (or 0x553203) is unknown color: approx Baker's Chocolate. HEX triplet: 55, 32 and 03. RGB value is (85,50,3). Sum of RGB (Red+Green+Blue) = 85+50+3=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #553203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553203 is #AACDFC. Grayscale: #373737. Windows color (decimal): -11193853 or 209493. OLE color: 209493.

HSL color Cylindrical-coordinate representation of color #553203: hue angle of 34.39º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #553203 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB85503-
CMYK00.410.960.67
HSL34.39º93.18%17.25%-
HSV(B)34.39º96.47%33.33%-
XYZ4.94.220.64-
YUV55.1198.6149.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=61.59%
G=36.23%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8550300.410.960.6734.3993.1817.25
Hex553230296043225d11
Octal1256230511401034213521
Binary101010111001011010100111000001000011100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553203; }

 p { color: rgb(85,50,3); }

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

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

 a { background-color: rgb(85,50,3); }

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

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

 span { border-color: rgb(85,50,3); }

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