Html Css Color HEX #534526 Bronze Olive

📋 copy color: '#534526'

red 83 ◦ green 69 ◦ blue 38

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

Shades of Bronze Olive #534526

Tints of Bronze Olive #534526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20%

R = 43.68%
G = 36.32%
B = 20%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#534526 (or 0x534526) is known color: Bronze Olive. HEX triplet: 53, 45 and 26. RGB value is (83,69,38). Sum of RGB (Red+Green+Blue) = 83+69+38=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534526 is #ACBAD9. Grayscale: #454545. Windows color (decimal): -11320026 or 2508115. OLE color: 2508115.

HSL color Cylindrical-coordinate representation of color #534526: hue angle of 41.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534526 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 38 -
CMYK 0 0.17 0.54 0.67
HSL 41.33º 0.37% 0.24% -
HSV(B) 41.33º 0.54% 0.33% -
XYZ 6.05 6.24 2.72 -
YUV 69.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 83 69 38 0 0.17 0.54 0.67 41.33 0.37 0.24
Hex 53 45 26 0 11 36 43 29 25 18
Octal 123 105 46 0 21 66 103 51 45 30
Binary 1010011 1000101 100110 0 10001 110110 1000011 101001 100101 11000

Color Harmonies of #534526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534526

Black with #534526

Text Example


Text Example

White with #534526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534526; }

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

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

background-color css

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

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

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

border-color css

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

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

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