Html Css Color HEX #524627 Bronze Olive

📋 copy color: '#524627'

red 82 ◦ green 70 ◦ blue 39

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

Shades of Bronze Olive #524627

Tints of Bronze Olive #524627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.42%

R = 42.93%
G = 36.65%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#524627 (or 0x524627) is known color: Bronze Olive. HEX triplet: 52, 46 and 27. RGB value is (82,70,39). Sum of RGB (Red+Green+Blue) = 82+70+39=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 39 (15.62% from 255 or 20.42% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #524627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524627 is #ADB9D8. Grayscale: #464646. Windows color (decimal): -11385305 or 2573906. OLE color: 2573906.

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

Color convert

RGB 82 70 39 -
CMYK 0 0.15 0.52 0.68
HSL 43.26º 0.36% 0.24% -
HSV(B) 43.26º 0.52% 0.32% -
XYZ 6.04 6.32 2.82 -
YUV 70.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 82 70 39 0 0.15 0.52 0.68 43.26 0.36 0.24
Hex 52 46 27 0 F 34 44 2B 24 18
Octal 122 106 47 0 17 64 104 53 44 30
Binary 1010010 1000110 100111 0 1111 110100 1000100 101011 100100 11000

Color Harmonies of #524627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524627

Black with #524627

Text Example


Text Example

White with #524627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524627; }

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

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

background-color css

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

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

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

border-color css

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

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

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