Html Css Color HEX #524E23 Bronze Olive

📋 copy color: '#524E23'

red 82 ◦ green 78 ◦ blue 35

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

Shades of Bronze Olive #524E23

Tints of Bronze Olive #524E23

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

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

R = 42.05%
G = 40%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#524E23 (or 0x524E23) is known color: Bronze Olive. HEX triplet: 52, 4E and 23. RGB value is (82,78,35). Sum of RGB (Red+Green+Blue) = 82+78+35=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #524E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E23 is #ADB1DC. Grayscale: #4A4A4A. Windows color (decimal): -11383261 or 2313810. OLE color: 2313810.

HSL color Cylindrical-coordinate representation of color #524E23: hue angle of 54.89º 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 #524E23 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 78 35 -
CMYK 0 0.05 0.57 0.68
HSL 54.89º 0.4% 0.23% -
HSV(B) 54.89º 0.57% 0.32% -
XYZ 6.51 7.36 2.67 -
YUV 74.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 82 78 35 0 0.05 0.57 0.68 54.89 0.4 0.23
Hex 52 4E 23 0 5 39 44 37 28 17
Octal 122 116 43 0 5 71 104 67 50 27
Binary 1010010 1001110 100011 0 101 111001 1000100 110111 101000 10111

Color Harmonies of #524E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E23

Black with #524E23

Text Example


Text Example

White with #524E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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