Html Css Color HEX #524610 Bronze Olive

📋 copy color: '#524610'

red 82 ◦ green 70 ◦ blue 16

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

Shades of Bronze Olive #524610

Tints of Bronze Olive #524610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.67%

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 48.81%
G = 41.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#524610 (or 0x524610) is known color: Bronze Olive. HEX triplet: 52, 46 and 10. RGB value is (82,70,16). Sum of RGB (Red+Green+Blue) = 82+70+16=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #524610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524610 is #ADB9EF. Grayscale: #434343. Windows color (decimal): -11385328 or 1066578. OLE color: 1066578.

HSL color Cylindrical-coordinate representation of color #524610: hue angle of 49.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #524610 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 16 -
CMYK 0 0.15 0.80 0.68
HSL 49.09º 0.67% 0.19% -
HSV(B) 49.09º 0.8% 0.32% -
XYZ 5.76 6.21 1.39 -
YUV 67.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 82 70 16 0 0.15 0.80 0.68 49.09 0.67 0.19
Hex 52 46 10 0 F 50 44 31 43 13
Octal 122 106 20 0 17 120 104 61 103 23
Binary 1010010 1000110 10000 0 1111 1010000 1000100 110001 1000011 10011

Color Harmonies of #524610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524610

Black with #524610

Text Example


Text Example

White with #524610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524610; }

 p { color: rgb(82,70,16); }

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

background-color css

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

 a { background-color: rgb(82,70,16); }

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

border-color css

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

 span { border-color: rgb(82,70,16); }

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