Html Css Color HEX #524F1D Bronze Olive

📋 copy color: '#524F1D'

red 82 ◦ green 79 ◦ blue 29

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

Shades of Bronze Olive #524F1D

Tints of Bronze Olive #524F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 43.16%
G = 41.58%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#524F1D (or 0x524F1D) is known color: Bronze Olive. HEX triplet: 52, 4F and 1D. RGB value is (82,79,29). Sum of RGB (Red+Green+Blue) = 82+79+29=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #524F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524F1D is #ADB0E2. Grayscale: #4A4A4A. Windows color (decimal): -11383011 or 1920850. OLE color: 1920850.

HSL color Cylindrical-coordinate representation of color #524F1D: hue angle of 56.6º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #524F1D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 79 29 -
CMYK 0 0.04 0.65 0.68
HSL 56.6º 0.48% 0.22% -
HSV(B) 56.6º 0.65% 0.32% -
XYZ 6.5 7.47 2.26 -
YUV 74.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 82 79 29 0 0.04 0.65 0.68 56.6 0.48 0.22
Hex 52 4F 1D 0 4 41 44 39 30 16
Octal 122 117 35 0 4 101 104 71 60 26
Binary 1010010 1001111 11101 0 100 1000001 1000100 111001 110000 10110

Color Harmonies of #524F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F1D

Black with #524F1D

Text Example


Text Example

White with #524F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,79,29); }

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

background-color css

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

 a { background-color: rgb(82,79,29); }

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

border-color css

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

 span { border-color: rgb(82,79,29); }

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