Html Css Color HEX #524608 Bronze Olive

📋 copy color: '#524608'

red 82 ◦ green 70 ◦ blue 8

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

Shades of Bronze Olive #524608

Tints of Bronze Olive #524608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5%

R = 51.25%
G = 43.75%
B = 5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524608 (or 0x524608) is known color: Bronze Olive. HEX triplet: 52, 46 and 08. RGB value is (82,70,8). Sum of RGB (Red+Green+Blue) = 82+70+8=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #524608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524608 is #ADB9F7. Grayscale: #424242. Windows color (decimal): -11385336 or 542290. OLE color: 542290.

HSL color Cylindrical-coordinate representation of color #524608: hue angle of 50.27º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #524608 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 70 8 -
CMYK 0 0.15 0.90 0.68
HSL 50.27º 0.82% 0.18% -
HSV(B) 50.27º 0.9% 0.32% -
XYZ 5.71 6.19 1.12 -
YUV 66.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 82 70 8 0 0.15 0.90 0.68 50.27 0.82 0.18
Hex 52 46 8 0 F 5A 44 32 52 12
Octal 122 106 10 0 17 132 104 62 122 22
Binary 1010010 1000110 1000 0 1111 1011010 1000100 110010 1010010 10010

Color Harmonies of #524608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524608

Black with #524608

Text Example


Text Example

White with #524608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524608; }

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

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

background-color css

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

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

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

border-color css

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

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

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