#554B23

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

Shades of Bronze Olive #554B23

Tints of Bronze Olive #554B23

Color information

#554B23 (or 0x554B23) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 23. RGB value is (85,75,35). Sum of RGB (Red+Green+Blue) = 85+75+35=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B23 is #AAB4DC. Grayscale: #494949. Windows color (decimal): -11187421 or 2313045. OLE color: 2313045.

HSL color Cylindrical-coordinate representation of color #554B23: hue angle of 48º 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 #554B23 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB857535-
CMYK00.120.590.67
HSL48º41.67%23.53%-
HSV(B)48º58.82%33.33%-
XYZ6.577.082.61-
YUV73.43106.31136.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.59%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 35 (14.06% from 255) = 17.95%
R=43.59%
G=38.46%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85753500.120.590.674841.6723.53
Hex554B230C3B43302a18
Octal1251134301473103605230
Binary1010101100101110001101100111011100001111000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554B23; }

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

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

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

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

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

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

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

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