Html Css Color HEX #534616 Bronze Olive

📋 copy color: '#534616'

red 83 ◦ green 70 ◦ blue 22

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

Shades of Bronze Olive #534616

Tints of Bronze Olive #534616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 47.43%
G = 40%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#534616 (or 0x534616) is known color: Bronze Olive. HEX triplet: 53, 46 and 16. RGB value is (83,70,22). Sum of RGB (Red+Green+Blue) = 83+70+22=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534616 is #ACB9E9. Grayscale: #444444. Windows color (decimal): -11319786 or 1459795. OLE color: 1459795.

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

Color convert

RGB 83 70 22 -
CMYK 0 0.16 0.73 0.67
HSL 47.21º 0.58% 0.21% -
HSV(B) 47.21º 0.73% 0.33% -
XYZ 5.9 6.28 1.66 -
YUV 68.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 83 70 22 0 0.16 0.73 0.67 47.21 0.58 0.21
Hex 53 46 16 0 10 49 43 2F 3A 15
Octal 123 106 26 0 20 111 103 57 72 25
Binary 1010011 1000110 10110 0 10000 1001001 1000011 101111 111010 10101

Color Harmonies of #534616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534616

Black with #534616

Text Example


Text Example

White with #534616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534616; }

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

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

background-color css

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

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

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

border-color css

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

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

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