Html Css Color HEX #534523 Bronze Olive

📋 copy color: '#534523'

red 83 ◦ green 69 ◦ blue 35

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

Shades of Bronze Olive #534523

Tints of Bronze Olive #534523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.72%

R = 44.39%
G = 36.9%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#534523 (or 0x534523) is known color: Bronze Olive. HEX triplet: 53, 45 and 23. RGB value is (83,69,35). Sum of RGB (Red+Green+Blue) = 83+69+35=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534523 is #ACBADC. Grayscale: #454545. Windows color (decimal): -11320029 or 2311507. OLE color: 2311507.

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

Color convert

RGB 83 69 35 -
CMYK 0 0.17 0.58 0.67
HSL 42.5º 0.41% 0.23% -
HSV(B) 42.5º 0.58% 0.33% -
XYZ 6 6.22 2.47 -
YUV 69.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 83 69 35 0 0.17 0.58 0.67 42.5 0.41 0.23
Hex 53 45 23 0 11 3A 43 2A 29 17
Octal 123 105 43 0 21 72 103 52 51 27
Binary 1010011 1000101 100011 0 10001 111010 1000011 101010 101001 10111

Color Harmonies of #534523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534523

Black with #534523

Text Example


Text Example

White with #534523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534523; }

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

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

background-color css

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

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

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

border-color css

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

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

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