Html Css Color HEX #534606 Bronze Olive

📋 copy color: '#534606'

red 83 ◦ green 70 ◦ blue 6

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

Shades of Bronze Olive #534606

Tints of Bronze Olive #534606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 52.2%
G = 44.03%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#534606 (or 0x534606) is known color: Bronze Olive. HEX triplet: 53, 46 and 06. RGB value is (83,70,6). Sum of RGB (Red+Green+Blue) = 83+70+6=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534606 is #ACB9F9. Grayscale: #424242. Windows color (decimal): -11319802 or 411219. OLE color: 411219.

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

Color convert

RGB 83 70 6 -
CMYK 0 0.16 0.93 0.67
HSL 49.87º 0.87% 0.17% -
HSV(B) 49.87º 0.93% 0.33% -
XYZ 5.79 6.23 1.07 -
YUV 66.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 83 70 6 0 0.16 0.93 0.67 49.87 0.87 0.17
Hex 53 46 6 0 10 5D 43 32 57 11
Octal 123 106 6 0 20 135 103 62 127 21
Binary 1010011 1000110 110 0 10000 1011101 1000011 110010 1010111 10001

Color Harmonies of #534606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534606

Black with #534606

Text Example


Text Example

White with #534606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534606; }

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

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

background-color css

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

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

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

border-color css

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

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

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