Html Css Color HEX #534517 Bronze Olive

📋 copy color: '#534517'

red 83 ◦ green 69 ◦ blue 23

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

Shades of Bronze Olive #534517

Tints of Bronze Olive #534517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 47.43%
G = 39.43%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534517 (or 0x534517) is known color: Bronze Olive. HEX triplet: 53, 45 and 17. RGB value is (83,69,23). Sum of RGB (Red+Green+Blue) = 83+69+23=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #534517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534517 is #ACBAE8. Grayscale: #444444. Windows color (decimal): -11320041 or 1525075. OLE color: 1525075.

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

Color convert

RGB 83 69 23 -
CMYK 0 0.17 0.72 0.67
HSL 46º 0.57% 0.21% -
HSV(B) 46º 0.72% 0.33% -
XYZ 5.85 6.16 1.69 -
YUV 67.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 83 69 23 0 0.17 0.72 0.67 46 0.57 0.21
Hex 53 45 17 0 11 48 43 2E 39 15
Octal 123 105 27 0 21 110 103 56 71 25
Binary 1010011 1000101 10111 0 10001 1001000 1000011 101110 111001 10101

Color Harmonies of #534517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534517

Black with #534517

Text Example


Text Example

White with #534517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534517; }

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

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

background-color css

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

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

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

border-color css

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

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

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