#534B25

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

Shades of Bronze Olive #534B25

Tints of Bronze Olive #534B25

Color information

#534B25 (or 0x534B25) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 25. RGB value is (83,75,37). Sum of RGB (Red+Green+Blue) = 83+75+37=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #534B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B25 is #ACB4DA. Grayscale: #494949. Windows color (decimal): -11318491 or 2444115. OLE color: 2444115.

HSL color Cylindrical-coordinate representation of color #534B25: hue angle of 49.57º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534B25 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB837537-
CMYK00.100.550.67
HSL49.57º38.33%23.53%-
HSV(B)49.57º55.42%32.55%-
XYZ6.4272.76-
YUV73.06107.65135.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=42.56%
G=38.46%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83753700.100.550.6749.5738.3323.53
Hex534B250A3743322618
Octal1231134501267103624630
Binary1010011100101110010101010110111100001111001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B25; }

 p { color: rgb(83,75,37); }

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

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

 a { background-color: rgb(83,75,37); }

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

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

 span { border-color: rgb(83,75,37); }

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