Html Css Color HEX #534717 Bronze Olive

📋 copy color: '#534717'

red 83 ◦ green 71 ◦ blue 23

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

Shades of Bronze Olive #534717

Tints of Bronze Olive #534717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 46.89%
G = 40.11%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534717 (or 0x534717) is known color: Bronze Olive. HEX triplet: 53, 47 and 17. RGB value is (83,71,23). Sum of RGB (Red+Green+Blue) = 83+71+23=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #534717 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534717 is #ACB8E8. Grayscale: #454545. Windows color (decimal): -11319529 or 1525587. OLE color: 1525587.

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

Color convert

RGB 83 71 23 -
CMYK 0 0.14 0.72 0.67
HSL 48º 0.57% 0.21% -
HSV(B) 48º 0.72% 0.33% -
XYZ 5.98 6.41 1.73 -
YUV 69.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 83 71 23 0 0.14 0.72 0.67 48 0.57 0.21
Hex 53 47 17 0 E 48 43 30 39 15
Octal 123 107 27 0 16 110 103 60 71 25
Binary 1010011 1000111 10111 0 1110 1001000 1000011 110000 111001 10101

Color Harmonies of #534717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534717

Black with #534717

Text Example


Text Example

White with #534717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534717; }

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

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

background-color css

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

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

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

border-color css

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

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

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