Html Css Color HEX #524E1C Bronze Olive

📋 copy color: '#524E1C'

red 82 ◦ green 78 ◦ blue 28

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

Shades of Bronze Olive #524E1C

Tints of Bronze Olive #524E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 43.62%
G = 41.49%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#524E1C (or 0x524E1C) is known color: Bronze Olive. HEX triplet: 52, 4E and 1C. RGB value is (82,78,28). Sum of RGB (Red+Green+Blue) = 82+78+28=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #524E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E1C is #ADB1E3. Grayscale: #494949. Windows color (decimal): -11383268 or 1855058. OLE color: 1855058.

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

Color convert

RGB 82 78 28 -
CMYK 0 0.05 0.66 0.68
HSL 55.56º 0.49% 0.22% -
HSV(B) 55.56º 0.66% 0.32% -
XYZ 6.41 7.33 2.17 -
YUV 73.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 82 78 28 0 0.05 0.66 0.68 55.56 0.49 0.22
Hex 52 4E 1C 0 5 42 44 38 31 16
Octal 122 116 34 0 5 102 104 70 61 26
Binary 1010010 1001110 11100 0 101 1000010 1000100 111000 110001 10110

Color Harmonies of #524E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E1C

Black with #524E1C

Text Example


Text Example

White with #524E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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