Html Css Color HEX #534902 Bronze Olive

📋 copy color: '#534902'

red 83 ◦ green 73 ◦ blue 2

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

Shades of Bronze Olive #534902

Tints of Bronze Olive #534902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.2%

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 52.53%
G = 46.2%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#534902 (or 0x534902) is known color: Bronze Olive. HEX triplet: 53, 49 and 02. RGB value is (83,73,2). Sum of RGB (Red+Green+Blue) = 83+73+2=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534902 is #ACB6FD. Grayscale: #444444. Windows color (decimal): -11319038 or 149843. OLE color: 149843.

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

Color convert

RGB 83 73 2 -
CMYK 0 0.12 0.98 0.67
HSL 52.59º 0.95% 0.17% -
HSV(B) 52.59º 0.98% 0.33% -
XYZ 5.96 6.61 1.02 -
YUV 67.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 83 73 2 0 0.12 0.98 0.67 52.59 0.95 0.17
Hex 53 49 2 0 C 62 43 35 5F 11
Octal 123 111 2 0 14 142 103 65 137 21
Binary 1010011 1001001 10 0 1100 1100010 1000011 110101 1011111 10001

Color Harmonies of #534902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534902

Black with #534902

Text Example


Text Example

White with #534902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534902; }

 p { color: rgb(83,73,2); }

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

background-color css

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

 a { background-color: rgb(83,73,2); }

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

border-color css

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

 span { border-color: rgb(83,73,2); }

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