#553F23

Color #553F23 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #553F23

Tints of Deep Bronze #553F23

Color information

#553F23 (or 0x553F23) is unknown color: approx Deep Bronze. HEX triplet: 55, 3F and 23. RGB value is (85,63,35). Sum of RGB (Red+Green+Blue) = 85+63+35=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #553F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F23 is #AAC0DC. Grayscale: #424242. Windows color (decimal): -11190493 or 2309973. OLE color: 2309973.

HSL color Cylindrical-coordinate representation of color #553F23: hue angle of 33.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553F23 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB856335-
CMYK00.260.590.67
HSL33.6º41.67%23.53%-
HSV(B)33.6º58.82%33.33%-
XYZ5.835.612.37-
YUV66.39110.29141.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=46.45%
G=34.43%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85633500.260.590.6733.641.6723.53
Hex553F2301A3B43222a18
Octal125774303273103425230
Binary1010101111111100011011010111011100001110001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553F23; }

 p { color: rgb(85,63,35); }

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

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

 a { background-color: rgb(85,63,35); }

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

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

 span { border-color: rgb(85,63,35); }

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