Html Css Color HEX #524B06 Bronze Olive

📋 copy color: '#524B06'

red 82 ◦ green 75 ◦ blue 6

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

Shades of Bronze Olive #524B06

Tints of Bronze Olive #524B06

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.01%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 50.31%
G = 46.01%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#524B06 (or 0x524B06) is known color: Bronze Olive. HEX triplet: 52, 4B and 06. RGB value is (82,75,6). Sum of RGB (Red+Green+Blue) = 82+75+6=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #524B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B06 is #ADB4F9. Grayscale: #454545. Windows color (decimal): -11384058 or 412498. OLE color: 412498.

HSL color Cylindrical-coordinate representation of color #524B06: hue angle of 54.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #524B06 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 6 -
CMYK 0 0.09 0.93 0.68
HSL 54.47º 0.86% 0.17% -
HSV(B) 54.47º 0.93% 0.32% -
XYZ 6.03 6.84 1.17 -
YUV 69.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 82 75 6 0 0.09 0.93 0.68 54.47 0.86 0.17
Hex 52 4B 6 0 9 5D 44 36 56 11
Octal 122 113 6 0 11 135 104 66 126 21
Binary 1010010 1001011 110 0 1001 1011101 1000100 110110 1010110 10001

Color Harmonies of #524B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B06

Black with #524B06

Text Example


Text Example

White with #524B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,75,6); }

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

background-color css

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

 a { background-color: rgb(82,75,6); }

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

border-color css

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

 span { border-color: rgb(82,75,6); }

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