Html Css Color HEX #534420 Bronze Olive

📋 copy color: '#534420'

red 83 ◦ green 68 ◦ blue 32

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

Shades of Bronze Olive #534420

Tints of Bronze Olive #534420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 45.36%
G = 37.16%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#534420 (or 0x534420) is known color: Bronze Olive. HEX triplet: 53, 44 and 20. RGB value is (83,68,32). Sum of RGB (Red+Green+Blue) = 83+68+32=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534420 is #ACBBDF. Grayscale: #444444. Windows color (decimal): -11320288 or 2114643. OLE color: 2114643.

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

Color convert

RGB 83 68 32 -
CMYK 0 0.18 0.61 0.67
HSL 42.35º 0.44% 0.23% -
HSV(B) 42.35º 0.61% 0.33% -
XYZ 5.9 6.08 2.23 -
YUV 68.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 83 68 32 0 0.18 0.61 0.67 42.35 0.44 0.23
Hex 53 44 20 0 12 3D 43 2A 2C 17
Octal 123 104 40 0 22 75 103 52 54 27
Binary 1010011 1000100 100000 0 10010 111101 1000011 101010 101100 10111

Color Harmonies of #534420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534420

Black with #534420

Text Example


Text Example

White with #534420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534420; }

 p { color: rgb(83,68,32); }

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

background-color css

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

 a { background-color: rgb(83,68,32); }

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

border-color css

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

 span { border-color: rgb(83,68,32); }

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