Html Css Color HEX #534923 Bronze Olive

📋 copy color: '#534923'

red 83 ◦ green 73 ◦ blue 35

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

Shades of Bronze Olive #534923

Tints of Bronze Olive #534923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.22%

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

R = 43.46%
G = 38.22%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#534923 (or 0x534923) is known color: Bronze Olive. HEX triplet: 53, 49 and 23. RGB value is (83,73,35). Sum of RGB (Red+Green+Blue) = 83+73+35=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534923 is #ACB6DC. Grayscale: #474747. Windows color (decimal): -11319005 or 2312531. OLE color: 2312531.

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

Color convert

RGB 83 73 35 -
CMYK 0 0.12 0.58 0.67
HSL 47.5º 0.41% 0.23% -
HSV(B) 47.5º 0.58% 0.33% -
XYZ 6.25 6.73 2.56 -
YUV 71.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 83 73 35 0 0.12 0.58 0.67 47.5 0.41 0.23
Hex 53 49 23 0 C 3A 43 30 29 17
Octal 123 111 43 0 14 72 103 60 51 27
Binary 1010011 1001001 100011 0 1100 111010 1000011 110000 101001 10111

Color Harmonies of #534923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534923

Black with #534923

Text Example


Text Example

White with #534923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534923; }

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

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

background-color css

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

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

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

border-color css

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

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

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