Html Css Color HEX #524321 Bronze Olive

📋 copy color: '#524321'

red 82 ◦ green 67 ◦ blue 33

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

Shades of Bronze Olive #524321

Tints of Bronze Olive #524321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 45.05%
G = 36.81%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#524321 (or 0x524321) is known color: Bronze Olive. HEX triplet: 52, 43 and 21. RGB value is (82,67,33). Sum of RGB (Red+Green+Blue) = 82+67+33=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #524321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524321 is #ADBCDE. Grayscale: #434343. Windows color (decimal): -11386079 or 2179922. OLE color: 2179922.

HSL color Cylindrical-coordinate representation of color #524321: hue angle of 41.63º 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 #524321 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 33 -
CMYK 0 0.18 0.60 0.68
HSL 41.63º 0.43% 0.23% -
HSV(B) 41.63º 0.6% 0.32% -
XYZ 5.76 5.92 2.28 -
YUV 67.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 82 67 33 0 0.18 0.60 0.68 41.63 0.43 0.23
Hex 52 43 21 0 12 3C 44 2A 2B 17
Octal 122 103 41 0 22 74 104 52 53 27
Binary 1010010 1000011 100001 0 10010 111100 1000100 101010 101011 10111

Color Harmonies of #524321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524321

Black with #524321

Text Example


Text Example

White with #524321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524321; }

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

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

background-color css

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

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

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

border-color css

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

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

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