Html Css Color HEX #524C0F Bronze Olive

📋 copy color: '#524C0F'

red 82 ◦ green 76 ◦ blue 15

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

Shades of Bronze Olive #524C0F

Tints of Bronze Olive #524C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 47.4%
G = 43.93%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#524C0F (or 0x524C0F) is known color: Bronze Olive. HEX triplet: 52, 4C and 0F. RGB value is (82,76,15). Sum of RGB (Red+Green+Blue) = 82+76+15=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C0F is #ADB3F0. Grayscale: #474747. Windows color (decimal): -11383793 or 1002578. OLE color: 1002578.

HSL color Cylindrical-coordinate representation of color #524C0F: hue angle of 54.63º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #524C0F is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 15 -
CMYK 0 0.07 0.82 0.68
HSL 54.63º 0.69% 0.19% -
HSV(B) 54.63º 0.82% 0.32% -
XYZ 6.15 7 1.48 -
YUV 70.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 82 76 15 0 0.07 0.82 0.68 54.63 0.69 0.19
Hex 52 4C F 0 7 52 44 37 45 13
Octal 122 114 17 0 7 122 104 67 105 23
Binary 1010010 1001100 1111 0 111 1010010 1000100 110111 1000101 10011

Color Harmonies of #524C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C0F

Black with #524C0F

Text Example


Text Example

White with #524C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,76,15); }

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

background-color css

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

 a { background-color: rgb(82,76,15); }

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

border-color css

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

 span { border-color: rgb(82,76,15); }

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