Html Css Color HEX #524418 Bronze Olive

📋 copy color: '#524418'

red 82 ◦ green 68 ◦ blue 24

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

Shades of Bronze Olive #524418

Tints of Bronze Olive #524418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 47.13%
G = 39.08%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#524418 (or 0x524418) is known color: Bronze Olive. HEX triplet: 52, 44 and 18. RGB value is (82,68,24). Sum of RGB (Red+Green+Blue) = 82+68+24=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524418 is #ADBBE7. Grayscale: #434343. Windows color (decimal): -11385832 or 1590354. OLE color: 1590354.

HSL color Cylindrical-coordinate representation of color #524418: hue angle of 45.52º 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 #524418 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 24 -
CMYK 0 0.17 0.71 0.68
HSL 45.52º 0.55% 0.21% -
HSV(B) 45.52º 0.71% 0.32% -
XYZ 5.71 5.99 1.72 -
YUV 67.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 82 68 24 0 0.17 0.71 0.68 45.52 0.55 0.21
Hex 52 44 18 0 11 47 44 2E 37 15
Octal 122 104 30 0 21 107 104 56 67 25
Binary 1010010 1000100 11000 0 10001 1000111 1000100 101110 110111 10101

Color Harmonies of #524418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524418

Black with #524418

Text Example


Text Example

White with #524418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524418; }

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

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

background-color css

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

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

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

border-color css

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

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

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