Html Css Color HEX #52461F Bronze Olive

📋 copy color: '#52461F'

red 82 ◦ green 70 ◦ blue 31

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

Shades of Bronze Olive #52461F

Tints of Bronze Olive #52461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 44.81%
G = 38.25%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52461F (or 0x52461F) is known color: Bronze Olive. HEX triplet: 52, 46 and 1F. RGB value is (82,70,31). Sum of RGB (Red+Green+Blue) = 82+70+31=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52461F is #ADB9E0. Grayscale: #454545. Windows color (decimal): -11385313 or 2049618. OLE color: 2049618.

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

Color convert

RGB 82 70 31 -
CMYK 0 0.15 0.62 0.68
HSL 45.88º 0.45% 0.22% -
HSV(B) 45.88º 0.62% 0.32% -
XYZ 5.92 6.27 2.2 -
YUV 69.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 82 70 31 0 0.15 0.62 0.68 45.88 0.45 0.22
Hex 52 46 1F 0 F 3E 44 2E 2D 16
Octal 122 106 37 0 17 76 104 56 55 26
Binary 1010010 1000110 11111 0 1111 111110 1000100 101110 101101 10110

Color Harmonies of #52461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52461F

Black with #52461F

Text Example


Text Example

White with #52461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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