Html Css Color HEX #52461C Bronze Olive

📋 copy color: '#52461C'

red 82 ◦ green 70 ◦ blue 28

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

Shades of Bronze Olive #52461C

Tints of Bronze Olive #52461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.56%

R = 45.56%
G = 38.89%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52461C (or 0x52461C) is known color: Bronze Olive. HEX triplet: 52, 46 and 1C. RGB value is (82,70,28). Sum of RGB (Red+Green+Blue) = 82+70+28=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #52461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461C is #ADB9E3. Grayscale: #444444. Windows color (decimal): -11385316 or 1853010. OLE color: 1853010.

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

Color convert

RGB 82 70 28 -
CMYK 0 0.15 0.66 0.68
HSL 46.67º 0.49% 0.22% -
HSV(B) 46.67º 0.66% 0.32% -
XYZ 5.88 6.26 2 -
YUV 68.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 82 70 28 0 0.15 0.66 0.68 46.67 0.49 0.22
Hex 52 46 1C 0 F 42 44 2F 31 16
Octal 122 106 34 0 17 102 104 57 61 26
Binary 1010010 1000110 11100 0 1111 1000010 1000100 101111 110001 10110

Color Harmonies of #52461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52461C

Black with #52461C

Text Example


Text Example

White with #52461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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