Html Css Color HEX #524B1D Bronze Olive

📋 copy color: '#524B1D'

red 82 ◦ green 75 ◦ blue 29

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

Shades of Bronze Olive #524B1D

Tints of Bronze Olive #524B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.32%

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

R = 44.09%
G = 40.32%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#524B1D (or 0x524B1D) is known color: Bronze Olive. HEX triplet: 52, 4B and 1D. RGB value is (82,75,29). Sum of RGB (Red+Green+Blue) = 82+75+29=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #524B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B1D is #ADB4E2. Grayscale: #484848. Windows color (decimal): -11384035 or 1919826. OLE color: 1919826.

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

Color convert

RGB 82 75 29 -
CMYK 0 0.09 0.65 0.68
HSL 52.08º 0.48% 0.22% -
HSV(B) 52.08º 0.65% 0.32% -
XYZ 6.22 6.91 2.17 -
YUV 71.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 82 75 29 0 0.09 0.65 0.68 52.08 0.48 0.22
Hex 52 4B 1D 0 9 41 44 34 30 16
Octal 122 113 35 0 11 101 104 64 60 26
Binary 1010010 1001011 11101 0 1001 1000001 1000100 110100 110000 10110

Color Harmonies of #524B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B1D

Black with #524B1D

Text Example


Text Example

White with #524B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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