Html Css Color HEX #534725 Bronze Olive

📋 copy color: '#534725'

red 83 ◦ green 71 ◦ blue 37

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

Shades of Bronze Olive #534725

Tints of Bronze Olive #534725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.17%

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

R = 43.46%
G = 37.17%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#534725 (or 0x534725) is known color: Bronze Olive. HEX triplet: 53, 47 and 25. RGB value is (83,71,37). Sum of RGB (Red+Green+Blue) = 83+71+37=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534725 is #ACB8DA. Grayscale: #464646. Windows color (decimal): -11319515 or 2443091. OLE color: 2443091.

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

Color convert

RGB 83 71 37 -
CMYK 0 0.14 0.55 0.67
HSL 44.35º 0.38% 0.24% -
HSV(B) 44.35º 0.55% 0.33% -
XYZ 6.15 6.48 2.68 -
YUV 70.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 83 71 37 0 0.14 0.55 0.67 44.35 0.38 0.24
Hex 53 47 25 0 E 37 43 2C 26 18
Octal 123 107 45 0 16 67 103 54 46 30
Binary 1010011 1000111 100101 0 1110 110111 1000011 101100 100110 11000

Color Harmonies of #534725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534725

Black with #534725

Text Example


Text Example

White with #534725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534725; }

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

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

background-color css

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

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

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

border-color css

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

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

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