Html Css Color HEX #52460B Bronze Olive

📋 copy color: '#52460B'

red 82 ◦ green 70 ◦ blue 11

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

Shades of Bronze Olive #52460B

Tints of Bronze Olive #52460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 50.31%
G = 42.94%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.68

RGB Variations

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

Color information

#52460B (or 0x52460B) is known color: Bronze Olive. HEX triplet: 52, 46 and 0B. RGB value is (82,70,11). Sum of RGB (Red+Green+Blue) = 82+70+11=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52460B is #ADB9F4. Grayscale: #434343. Windows color (decimal): -11385333 or 738898. OLE color: 738898.

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

Color convert

RGB 82 70 11 -
CMYK 0 0.15 0.87 0.68
HSL 49.86º 0.76% 0.18% -
HSV(B) 49.86º 0.87% 0.32% -
XYZ 5.73 6.2 1.21 -
YUV 66.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 82 70 11 0 0.15 0.87 0.68 49.86 0.76 0.18
Hex 52 46 B 0 F 57 44 32 4C 12
Octal 122 106 13 0 17 127 104 62 114 22
Binary 1010010 1000110 1011 0 1111 1010111 1000100 110010 1001100 10010

Color Harmonies of #52460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52460B

Black with #52460B

Text Example


Text Example

White with #52460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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