Html Css Color HEX #524E1F Bronze Olive

📋 copy color: '#524E1F'

red 82 ◦ green 78 ◦ blue 31

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

Shades of Bronze Olive #524E1F

Tints of Bronze Olive #524E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

 BLUE value IS 31 (12.5% from 255) = 16.23%

R = 42.93%
G = 40.84%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#524E1F (or 0x524E1F) is known color: Bronze Olive. HEX triplet: 52, 4E and 1F. RGB value is (82,78,31). Sum of RGB (Red+Green+Blue) = 82+78+31=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E1F is #ADB1E0. Grayscale: #4A4A4A. Windows color (decimal): -11383265 or 2051666. OLE color: 2051666.

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

Color convert

RGB 82 78 31 -
CMYK 0 0.05 0.62 0.68
HSL 55.29º 0.45% 0.22% -
HSV(B) 55.29º 0.62% 0.32% -
XYZ 6.45 7.34 2.37 -
YUV 73.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 82 78 31 0 0.05 0.62 0.68 55.29 0.45 0.22
Hex 52 4E 1F 0 5 3E 44 37 2D 16
Octal 122 116 37 0 5 76 104 67 55 26
Binary 1010010 1001110 11111 0 101 111110 1000100 110111 101101 10110

Color Harmonies of #524E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E1F

Black with #524E1F

Text Example


Text Example

White with #524E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,31); }

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

background-color css

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

 a { background-color: rgb(82,78,31); }

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

border-color css

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

 span { border-color: rgb(82,78,31); }

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