Html Css Color HEX #524715 Bronze Olive

📋 copy color: '#524715'

red 82 ◦ green 71 ◦ blue 21

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

Shades of Bronze Olive #524715

Tints of Bronze Olive #524715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 47.13%
G = 40.8%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#524715 (or 0x524715) is known color: Bronze Olive. HEX triplet: 52, 47 and 15. RGB value is (82,71,21). Sum of RGB (Red+Green+Blue) = 82+71+21=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524715 is #ADB8EA. Grayscale: #444444. Windows color (decimal): -11385067 or 1394514. OLE color: 1394514.

HSL color Cylindrical-coordinate representation of color #524715: hue angle of 49.18º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #524715 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 21 -
CMYK 0 0.13 0.74 0.68
HSL 49.18º 0.59% 0.2% -
HSV(B) 49.18º 0.74% 0.32% -
XYZ 5.87 6.35 1.63 -
YUV 68.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 82 71 21 0 0.13 0.74 0.68 49.18 0.59 0.2
Hex 52 47 15 0 D 4A 44 31 3B 14
Octal 122 107 25 0 15 112 104 61 73 24
Binary 1010010 1000111 10101 0 1101 1001010 1000100 110001 111011 10100

Color Harmonies of #524715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524715

Black with #524715

Text Example


Text Example

White with #524715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524715; }

 p { color: rgb(82,71,21); }

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

background-color css

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

 a { background-color: rgb(82,71,21); }

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

border-color css

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

 span { border-color: rgb(82,71,21); }

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