#534B08

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

Shades of Bronze Olive #534B08

Tints of Bronze Olive #534B08

Color information

#534B08 (or 0x534B08) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 08. RGB value is (83,75,8). Sum of RGB (Red+Green+Blue) = 83+75+8=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B08 is #ACB4F7. Grayscale: #464646. Windows color (decimal): -11318520 or 543571. OLE color: 543571.

HSL color Cylindrical-coordinate representation of color #534B08: hue angle of 53.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534B08 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83758-
CMYK00.100.900.67
HSL53.6º82.42%17.84%-
HSV(B)53.6º90.36%32.55%-
XYZ6.136.891.24-
YUV69.7593.15137.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 8 (3.52% from 255) = 4.82%
R=50%
G=45.18%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8375800.100.900.6753.682.4217.84
Hex534B80A5A43365212
Octal123113100121321036612222
Binary1010011100101110000101010110101000011110110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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