Html Css Color HEX #534617 Bronze Olive

📋 copy color: '#534617'

red 83 ◦ green 70 ◦ blue 23

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

Shades of Bronze Olive #534617

Tints of Bronze Olive #534617

RGB

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

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

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

R = 47.16%
G = 39.77%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#534617 (or 0x534617) is known color: Bronze Olive. HEX triplet: 53, 46 and 17. RGB value is (83,70,23). Sum of RGB (Red+Green+Blue) = 83+70+23=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534617 is #ACB9E8. Grayscale: #444444. Windows color (decimal): -11319785 or 1525331. OLE color: 1525331.

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

Color convert

RGB 83 70 23 -
CMYK 0 0.16 0.72 0.67
HSL 47º 0.57% 0.21% -
HSV(B) 47º 0.72% 0.33% -
XYZ 5.91 6.28 1.71 -
YUV 68.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 83 70 23 0 0.16 0.72 0.67 47 0.57 0.21
Hex 53 46 17 0 10 48 43 2F 39 15
Octal 123 106 27 0 20 110 103 57 71 25
Binary 1010011 1000110 10111 0 10000 1001000 1000011 101111 111001 10101

Color Harmonies of #534617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534617

Black with #534617

Text Example


Text Example

White with #534617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534617; }

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

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

background-color css

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

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

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

border-color css

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

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

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