Html Css Color HEX #534803 Bronze Olive

📋 copy color: '#534803'

red 83 ◦ green 72 ◦ blue 3

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

Shades of Bronze Olive #534803

Tints of Bronze Olive #534803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 52.53%
G = 45.57%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#534803 (or 0x534803) is known color: Bronze Olive. HEX triplet: 53, 48 and 03. RGB value is (83,72,3). Sum of RGB (Red+Green+Blue) = 83+72+3=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534803 is #ACB7FC. Grayscale: #434343. Windows color (decimal): -11319293 or 215123. OLE color: 215123.

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

Color convert

RGB 83 72 3 -
CMYK 0 0.13 0.96 0.67
HSL 51.75º 0.93% 0.17% -
HSV(B) 51.75º 0.96% 0.33% -
XYZ 5.9 6.48 1.03 -
YUV 67.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 83 72 3 0 0.13 0.96 0.67 51.75 0.93 0.17
Hex 53 48 3 0 D 60 43 34 5D 11
Octal 123 110 3 0 15 140 103 64 135 21
Binary 1010011 1001000 11 0 1101 1100000 1000011 110100 1011101 10001

Color Harmonies of #534803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534803

Black with #534803

Text Example


Text Example

White with #534803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534803; }

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

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

background-color css

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

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

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

border-color css

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

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

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