Html Css Color HEX #534505 Bronze Olive

📋 copy color: '#534505'

red 83 ◦ green 69 ◦ blue 5

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

Shades of Bronze Olive #534505

Tints of Bronze Olive #534505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.18%

R = 52.87%
G = 43.95%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534505 (or 0x534505) is known color: Bronze Olive. HEX triplet: 53, 45 and 05. RGB value is (83,69,5). Sum of RGB (Red+Green+Blue) = 83+69+5=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #534505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534505 is #ACBAFA. Grayscale: #424242. Windows color (decimal): -11320059 or 345427. OLE color: 345427.

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

Color convert

RGB 83 69 5 -
CMYK 0 0.17 0.94 0.67
HSL 49.23º 0.89% 0.17% -
HSV(B) 49.23º 0.94% 0.33% -
XYZ 5.72 6.11 1.02 -
YUV 65.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 83 69 5 0 0.17 0.94 0.67 49.23 0.89 0.17
Hex 53 45 5 0 11 5E 43 31 59 11
Octal 123 105 5 0 21 136 103 61 131 21
Binary 1010011 1000101 101 0 10001 1011110 1000011 110001 1011001 10001

Color Harmonies of #534505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534505

Black with #534505

Text Example


Text Example

White with #534505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534505; }

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

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

background-color css

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

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

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

border-color css

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

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

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