Html Css Color HEX #524B08 Bronze Olive

📋 copy color: '#524B08'

red 82 ◦ green 75 ◦ blue 8

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

Shades of Bronze Olive #524B08

Tints of Bronze Olive #524B08

RGB

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

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

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

R = 49.7%
G = 45.45%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524B08 (or 0x524B08) is known color: Bronze Olive. HEX triplet: 52, 4B and 08. RGB value is (82,75,8). Sum of RGB (Red+Green+Blue) = 82+75+8=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524B08 is #ADB4F7. Grayscale: #454545. Windows color (decimal): -11384056 or 543570. OLE color: 543570.

HSL color Cylindrical-coordinate representation of color #524B08: hue angle of 54.32º 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 #524B08 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 75 8 -
CMYK 0 0.09 0.90 0.68
HSL 54.32º 0.82% 0.18% -
HSV(B) 54.32º 0.9% 0.32% -
XYZ 6.04 6.84 1.23 -
YUV 69.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 82 75 8 0 0.09 0.90 0.68 54.32 0.82 0.18
Hex 52 4B 8 0 9 5A 44 36 52 12
Octal 122 113 10 0 11 132 104 66 122 22
Binary 1010010 1001011 1000 0 1001 1011010 1000100 110110 1010010 10010

Color Harmonies of #524B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524B08

Black with #524B08

Text Example


Text Example

White with #524B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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