Html Css Color HEX #534A00 Bronze Olive

📋 copy color: '#534A00'

red 83 ◦ green 74 ◦ blue 0

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

Shades of Bronze Olive #534A00

Tints of Bronze Olive #534A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.13%

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

R = 52.87%
G = 47.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534A00 (or 0x534A00) is known color: Bronze Olive. HEX triplet: 53, 4A and 00. RGB value is (83,74,0). Sum of RGB (Red+Green+Blue) = 83+74+0=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A00 is #ACB5FF. Grayscale: #444444. Windows color (decimal): -11318784 or 19027. OLE color: 19027.

HSL color Cylindrical-coordinate representation of color #534A00: hue angle of 53.49º 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 #534A00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 74 0 -
CMYK 0 0.11 1 0.67
HSL 53.49º 1% 0.16% -
HSV(B) 53.49º 1% 0.33% -
XYZ 6.02 6.74 0.98 -
YUV 68.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 83 74 0 0 0.11 1 0.67 53.49 1 0.16
Hex 53 4A 0 0 B 64 43 35 64 10
Octal 123 112 0 0 13 144 103 65 144 20
Binary 1010011 1001010 0 0 1011 1100100 1000011 110101 1100100 10000

Color Harmonies of #534A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A00

Black with #534A00

Text Example


Text Example

White with #534A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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