Html Css Color HEX #524323 Bronze Olive

📋 copy color: '#524323'

red 82 ◦ green 67 ◦ blue 35

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

Shades of Bronze Olive #524323

Tints of Bronze Olive #524323

RGB

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

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

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

R = 44.57%
G = 36.41%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#524323 (or 0x524323) is known color: Bronze Olive. HEX triplet: 52, 43 and 23. RGB value is (82,67,35). Sum of RGB (Red+Green+Blue) = 82+67+35=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #524323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524323 is #ADBCDC. Grayscale: #434343. Windows color (decimal): -11386077 or 2310994. OLE color: 2310994.

HSL color Cylindrical-coordinate representation of color #524323: hue angle of 40.85º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #524323 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 35 -
CMYK 0 0.18 0.57 0.68
HSL 40.85º 0.4% 0.23% -
HSV(B) 40.85º 0.57% 0.32% -
XYZ 5.79 5.93 2.43 -
YUV 67.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 82 67 35 0 0.18 0.57 0.68 40.85 0.4 0.23
Hex 52 43 23 0 12 39 44 29 28 17
Octal 122 103 43 0 22 71 104 51 50 27
Binary 1010010 1000011 100011 0 10010 111001 1000100 101001 101000 10111

Color Harmonies of #524323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524323

Black with #524323

Text Example


Text Example

White with #524323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524323; }

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

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

background-color css

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

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

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

border-color css

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

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

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