#554330

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

Shades of Deep Bronze #554330

Tints of Deep Bronze #554330

Color information

#554330 (or 0x554330) is unknown color: approx Deep Bronze. HEX triplet: 55, 43 and 30. RGB value is (85,67,48). Sum of RGB (Red+Green+Blue) = 85+67+48=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #554330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554330 is #AABCCF. Grayscale: #464646. Windows color (decimal): -11189456 or 3162965. OLE color: 3162965.

HSL color Cylindrical-coordinate representation of color #554330: hue angle of 30.81º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #554330 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB856748-
CMYK00.210.440.67
HSL30.81º27.82%26.08%-
HSV(B)30.81º43.53%33.33%-
XYZ6.296.163.65-
YUV70.22115.46138.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=42.5%
G=33.5%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85674800.210.440.6730.8127.8226.08
Hex5543300152C431f1c1a
Octal1251036002554103373432
Binary101010110000111100000101011011001000011111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554330; }

 p { color: rgb(85,67,48); }

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

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

 a { background-color: rgb(85,67,48); }

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

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

 span { border-color: rgb(85,67,48); }

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