Html Css Color HEX #534503 Bronze Olive

📋 copy color: '#534503'

red 83 ◦ green 69 ◦ blue 3

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

Shades of Bronze Olive #534503

Tints of Bronze Olive #534503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.52%

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

R = 53.55%
G = 44.52%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#534503 (or 0x534503) is known color: Bronze Olive. HEX triplet: 53, 45 and 03. RGB value is (83,69,3). Sum of RGB (Red+Green+Blue) = 83+69+3=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #534503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534503 is #ACBAFC. Grayscale: #414141. Windows color (decimal): -11320061 or 214355. OLE color: 214355.

HSL color Cylindrical-coordinate representation of color #534503: hue angle of 49.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 #534503 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 3 -
CMYK 0 0.17 0.96 0.67
HSL 49.5º 0.93% 0.17% -
HSV(B) 49.5º 0.96% 0.33% -
XYZ 5.71 6.1 0.96 -
YUV 65.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 83 69 3 0 0.17 0.96 0.67 49.5 0.93 0.17
Hex 53 45 3 0 11 60 43 32 5D 11
Octal 123 105 3 0 21 140 103 62 135 21
Binary 1010011 1000101 11 0 10001 1100000 1000011 110010 1011101 10001

Color Harmonies of #534503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534503

Black with #534503

Text Example


Text Example

White with #534503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534503; }

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

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

background-color css

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

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

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

border-color css

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

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

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