Html Css Color HEX #534600 Bronze Olive

📋 copy color: '#534600'

red 83 ◦ green 70 ◦ blue 0

#534600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #534600

Tints of Bronze Olive #534600

RGB

 RED value IS 83 (32.81% from 255) = 54.25%

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.25%
G = 45.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534600 (or 0x534600) is known color: Bronze Olive. HEX triplet: 53, 46 and 00. RGB value is (83,70,0). Sum of RGB (Red+Green+Blue) = 83+70+0=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #534600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534600 is #ACB9FF. Grayscale: #424242. Windows color (decimal): -11319808 or 18003. OLE color: 18003.

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

Color convert

RGB 83 70 0 -
CMYK 0 0.16 1 0.67
HSL 50.6º 1% 0.16% -
HSV(B) 50.6º 1% 0.33% -
XYZ 5.76 6.22 0.9 -
YUV 65.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 83 70 0 0 0.16 1 0.67 50.6 1 0.16
Hex 53 46 0 0 10 64 43 33 64 10
Octal 123 106 0 0 20 144 103 63 144 20
Binary 1010011 1000110 0 0 10000 1100100 1000011 110011 1100100 10000

Color Harmonies of #534600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534600

Black with #534600

Text Example


Text Example

White with #534600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534600; }

 p { color: rgb(83,70,0); }

 H1.HeaderClassName
 {
   color: #534600;
 }
 .AnyTagClassName
 {
   color: #534600;
 }
</style>

background-color css

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

 a { background-color: rgb(83,70,0); }

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

border-color css

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

 span { border-color: rgb(83,70,0); }

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