Html Css Color HEX #534605 Bronze Olive

📋 copy color: '#534605'

red 83 ◦ green 70 ◦ blue 5

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

Shades of Bronze Olive #534605

Tints of Bronze Olive #534605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.3%

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

R = 52.53%
G = 44.3%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534605 (or 0x534605) is known color: Bronze Olive. HEX triplet: 53, 46 and 05. RGB value is (83,70,5). Sum of RGB (Red+Green+Blue) = 83+70+5=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #534605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534605 is #ACB9FA. Grayscale: #424242. Windows color (decimal): -11319803 or 345683. OLE color: 345683.

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

Color convert

RGB 83 70 5 -
CMYK 0 0.16 0.94 0.67
HSL 50º 0.89% 0.17% -
HSV(B) 50º 0.94% 0.33% -
XYZ 5.78 6.23 1.04 -
YUV 66.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 83 70 5 0 0.16 0.94 0.67 50 0.89 0.17
Hex 53 46 5 0 10 5E 43 32 59 11
Octal 123 106 5 0 20 136 103 62 131 21
Binary 1010011 1000110 101 0 10000 1011110 1000011 110010 1011001 10001

Color Harmonies of #534605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534605

Black with #534605

Text Example


Text Example

White with #534605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534605; }

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

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

background-color css

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

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

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

border-color css

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

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

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