Html Css Color HEX #52461A Bronze Olive

📋 copy color: '#52461A'

red 82 ◦ green 70 ◦ blue 26

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

Shades of Bronze Olive #52461A

Tints of Bronze Olive #52461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.61%

R = 46.07%
G = 39.33%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52461A (or 0x52461A) is known color: Bronze Olive. HEX triplet: 52, 46 and 1A. RGB value is (82,70,26). Sum of RGB (Red+Green+Blue) = 82+70+26=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #52461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461A is #ADB9E5. Grayscale: #444444. Windows color (decimal): -11385318 or 1721938. OLE color: 1721938.

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

Color convert

RGB 82 70 26 -
CMYK 0 0.15 0.68 0.68
HSL 47.14º 0.52% 0.21% -
HSV(B) 47.14º 0.68% 0.32% -
XYZ 5.86 6.25 1.87 -
YUV 68.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 82 70 26 0 0.15 0.68 0.68 47.14 0.52 0.21
Hex 52 46 1A 0 F 44 44 2F 34 15
Octal 122 106 32 0 17 104 104 57 64 25
Binary 1010010 1000110 11010 0 1111 1000100 1000100 101111 110100 10101

Color Harmonies of #52461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52461A

Black with #52461A

Text Example


Text Example

White with #52461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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