Html Css Color HEX #524618 Bronze Olive

📋 copy color: '#524618'

red 82 ◦ green 70 ◦ blue 24

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

Shades of Bronze Olive #524618

Tints of Bronze Olive #524618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 46.59%
G = 39.77%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524618 (or 0x524618) is known color: Bronze Olive. HEX triplet: 52, 46 and 18. RGB value is (82,70,24). Sum of RGB (Red+Green+Blue) = 82+70+24=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #524618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524618 is #ADB9E7. Grayscale: #444444. Windows color (decimal): -11385320 or 1590866. OLE color: 1590866.

HSL color Cylindrical-coordinate representation of color #524618: hue angle of 47.59º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #524618 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 24 -
CMYK 0 0.15 0.71 0.68
HSL 47.59º 0.55% 0.21% -
HSV(B) 47.59º 0.71% 0.32% -
XYZ 5.83 6.24 1.76 -
YUV 68.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 82 70 24 0 0.15 0.71 0.68 47.59 0.55 0.21
Hex 52 46 18 0 F 47 44 30 37 15
Octal 122 106 30 0 17 107 104 60 67 25
Binary 1010010 1000110 11000 0 1111 1000111 1000100 110000 110111 10101

Color Harmonies of #524618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524618

Black with #524618

Text Example


Text Example

White with #524618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524618; }

 p { color: rgb(82,70,24); }

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

background-color css

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

 a { background-color: rgb(82,70,24); }

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

border-color css

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

 span { border-color: rgb(82,70,24); }

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