Html Css Color HEX #524B1C Bronze Olive

📋 copy color: '#524B1C'

red 82 ◦ green 75 ◦ blue 28

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

Shades of Bronze Olive #524B1C

Tints of Bronze Olive #524B1C

RGB

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

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

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

R = 44.32%
G = 40.54%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#524B1C (or 0x524B1C) is known color: Bronze Olive. HEX triplet: 52, 4B and 1C. RGB value is (82,75,28). Sum of RGB (Red+Green+Blue) = 82+75+28=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 75 (29.69% from 255 or 40.54% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #524B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B1C is #ADB4E3. Grayscale: #474747. Windows color (decimal): -11384036 or 1854290. OLE color: 1854290.

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

Color convert

RGB 82 75 28 -
CMYK 0 0.09 0.66 0.68
HSL 52.22º 0.49% 0.22% -
HSV(B) 52.22º 0.66% 0.32% -
XYZ 6.21 6.91 2.11 -
YUV 71.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 82 75 28 0 0.09 0.66 0.68 52.22 0.49 0.22
Hex 52 4B 1C 0 9 42 44 34 31 16
Octal 122 113 34 0 11 102 104 64 61 26
Binary 1010010 1001011 11100 0 1001 1000010 1000100 110100 110001 10110

Color Harmonies of #524B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B1C

Black with #524B1C

Text Example


Text Example

White with #524B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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