Html Css Color HEX #534A01 Bronze Olive

📋 copy color: '#534A01'

red 83 ◦ green 74 ◦ blue 1

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

Shades of Bronze Olive #534A01

Tints of Bronze Olive #534A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 52.53%
G = 46.84%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#534A01 (or 0x534A01) is known color: Bronze Olive. HEX triplet: 53, 4A and 01. RGB value is (83,74,1). Sum of RGB (Red+Green+Blue) = 83+74+1=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534A01 is #ACB5FE. Grayscale: #444444. Windows color (decimal): -11318783 or 84563. OLE color: 84563.

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

Color convert

RGB 83 74 1 -
CMYK 0 0.11 0.99 0.67
HSL 53.41º 0.98% 0.16% -
HSV(B) 53.41º 0.99% 0.33% -
XYZ 6.02 6.74 1.01 -
YUV 68.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 83 74 1 0 0.11 0.99 0.67 53.41 0.98 0.16
Hex 53 4A 1 0 B 63 43 35 62 10
Octal 123 112 1 0 13 143 103 65 142 20
Binary 1010011 1001010 1 0 1011 1100011 1000011 110101 1100010 10000

Color Harmonies of #534A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A01

Black with #534A01

Text Example


Text Example

White with #534A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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