Html Css Color HEX #534903 Bronze Olive

📋 copy color: '#534903'

red 83 ◦ green 73 ◦ blue 3

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

Shades of Bronze Olive #534903

Tints of Bronze Olive #534903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.89%

R = 52.2%
G = 45.91%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#534903 (or 0x534903) is known color: Bronze Olive. HEX triplet: 53, 49 and 03. RGB value is (83,73,3). Sum of RGB (Red+Green+Blue) = 83+73+3=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534903 is #ACB6FC. Grayscale: #444444. Windows color (decimal): -11319037 or 215379. OLE color: 215379.

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

Color convert

RGB 83 73 3 -
CMYK 0 0.12 0.96 0.67
HSL 52.5º 0.93% 0.17% -
HSV(B) 52.5º 0.96% 0.33% -
XYZ 5.97 6.61 1.05 -
YUV 68.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 83 73 3 0 0.12 0.96 0.67 52.5 0.93 0.17
Hex 53 49 3 0 C 60 43 34 5D 11
Octal 123 111 3 0 14 140 103 64 135 21
Binary 1010011 1001001 11 0 1100 1100000 1000011 110100 1011101 10001

Color Harmonies of #534903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534903

Black with #534903

Text Example


Text Example

White with #534903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534903; }

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

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

background-color css

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

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

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

border-color css

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

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

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