Html Css Color HEX #534710 Bronze Olive

📋 copy color: '#534710'

red 83 ◦ green 71 ◦ blue 16

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

Shades of Bronze Olive #534710

Tints of Bronze Olive #534710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.76%

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 48.82%
G = 41.76%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#534710 (or 0x534710) is known color: Bronze Olive. HEX triplet: 53, 47 and 10. RGB value is (83,71,16). Sum of RGB (Red+Green+Blue) = 83+71+16=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534710 is #ACB8EF. Grayscale: #444444. Windows color (decimal): -11319536 or 1066835. OLE color: 1066835.

HSL color Cylindrical-coordinate representation of color #534710: hue angle of 49.25º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #534710 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 16 -
CMYK 0 0.14 0.81 0.67
HSL 49.25º 0.68% 0.19% -
HSV(B) 49.25º 0.81% 0.33% -
XYZ 5.91 6.38 1.41 -
YUV 68.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 83 71 16 0 0.14 0.81 0.67 49.25 0.68 0.19
Hex 53 47 10 0 E 51 43 31 44 13
Octal 123 107 20 0 16 121 103 61 104 23
Binary 1010011 1000111 10000 0 1110 1010001 1000011 110001 1000100 10011

Color Harmonies of #534710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534710

Black with #534710

Text Example


Text Example

White with #534710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534710; }

 p { color: rgb(83,71,16); }

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

background-color css

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

 a { background-color: rgb(83,71,16); }

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

border-color css

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

 span { border-color: rgb(83,71,16); }

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