Html Css Color HEX #524421 Bronze Olive

📋 copy color: '#524421'

red 82 ◦ green 68 ◦ blue 33

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

Shades of Bronze Olive #524421

Tints of Bronze Olive #524421

RGB

 RED value IS 82 (32.42% from 255) = 44.81%

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 44.81%
G = 37.16%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#524421 (or 0x524421) is known color: Bronze Olive. HEX triplet: 52, 44 and 21. RGB value is (82,68,33). Sum of RGB (Red+Green+Blue) = 82+68+33=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #524421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524421 is #ADBBDE. Grayscale: #444444. Windows color (decimal): -11385823 or 2180178. OLE color: 2180178.

HSL color Cylindrical-coordinate representation of color #524421: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #524421 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 33 -
CMYK 0 0.17 0.60 0.68
HSL 42.86º 0.43% 0.23% -
HSV(B) 42.86º 0.6% 0.32% -
XYZ 5.82 6.04 2.3 -
YUV 68.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 82 68 33 0 0.17 0.60 0.68 42.86 0.43 0.23
Hex 52 44 21 0 11 3C 44 2B 2B 17
Octal 122 104 41 0 21 74 104 53 53 27
Binary 1010010 1000100 100001 0 10001 111100 1000100 101011 101011 10111

Color Harmonies of #524421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524421

Black with #524421

Text Example


Text Example

White with #524421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524421; }

 p { color: rgb(82,68,33); }

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

background-color css

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

 a { background-color: rgb(82,68,33); }

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

border-color css

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

 span { border-color: rgb(82,68,33); }

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