Html Css Color HEX #534525 Bronze Olive

📋 copy color: '#534525'

red 83 ◦ green 69 ◦ blue 37

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

Shades of Bronze Olive #534525

Tints of Bronze Olive #534525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 43.92%
G = 36.51%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#534525 (or 0x534525) is known color: Bronze Olive. HEX triplet: 53, 45 and 25. RGB value is (83,69,37). Sum of RGB (Red+Green+Blue) = 83+69+37=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534525 is #ACBADA. Grayscale: #454545. Windows color (decimal): -11320027 or 2442579. OLE color: 2442579.

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

Color convert

RGB 83 69 37 -
CMYK 0 0.17 0.55 0.67
HSL 41.74º 0.38% 0.24% -
HSV(B) 41.74º 0.55% 0.33% -
XYZ 6.03 6.23 2.63 -
YUV 69.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 83 69 37 0 0.17 0.55 0.67 41.74 0.38 0.24
Hex 53 45 25 0 11 37 43 2A 26 18
Octal 123 105 45 0 21 67 103 52 46 30
Binary 1010011 1000101 100101 0 10001 110111 1000011 101010 100110 11000

Color Harmonies of #534525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534525

Black with #534525

Text Example


Text Example

White with #534525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534525; }

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

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

background-color css

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

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

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

border-color css

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

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

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