Html Css Color HEX #524C0D Bronze Olive

📋 copy color: '#524C0D'

red 82 ◦ green 76 ◦ blue 13

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

Shades of Bronze Olive #524C0D

Tints of Bronze Olive #524C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 47.95%
G = 44.44%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#524C0D (or 0x524C0D) is known color: Bronze Olive. HEX triplet: 52, 4C and 0D. RGB value is (82,76,13). Sum of RGB (Red+Green+Blue) = 82+76+13=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #524C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C0D is #ADB3F2. Grayscale: #464646. Windows color (decimal): -11383795 or 871506. OLE color: 871506.

HSL color Cylindrical-coordinate representation of color #524C0D: hue angle of 54.78º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #524C0D is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 13 -
CMYK 0 0.07 0.84 0.68
HSL 54.78º 0.73% 0.19% -
HSV(B) 54.78º 0.84% 0.32% -
XYZ 6.14 6.99 1.41 -
YUV 70.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 82 76 13 0 0.07 0.84 0.68 54.78 0.73 0.19
Hex 52 4C D 0 7 54 44 37 49 13
Octal 122 114 15 0 7 124 104 67 111 23
Binary 1010010 1001100 1101 0 111 1010100 1000100 110111 1001001 10011

Color Harmonies of #524C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C0D

Black with #524C0D

Text Example


Text Example

White with #524C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,76,13); }

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

background-color css

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

 a { background-color: rgb(82,76,13); }

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

border-color css

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

 span { border-color: rgb(82,76,13); }

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