Html Css Color HEX #53461F Bronze Olive

📋 copy color: '#53461F'

red 83 ◦ green 70 ◦ blue 31

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

Shades of Bronze Olive #53461F

Tints of Bronze Olive #53461F

RGB

 RED value IS 83 (32.81% from 255) = 45.11%

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

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

R = 45.11%
G = 38.04%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53461F (or 0x53461F) is known color: Bronze Olive. HEX triplet: 53, 46 and 1F. RGB value is (83,70,31). Sum of RGB (Red+Green+Blue) = 83+70+31=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461F is #ACB9E0. Grayscale: #454545. Windows color (decimal): -11319777 or 2049619. OLE color: 2049619.

HSL color Cylindrical-coordinate representation of color #53461F: hue angle of 45º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53461F is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 31 -
CMYK 0 0.16 0.63 0.67
HSL 45º 0.46% 0.22% -
HSV(B) 45º 0.63% 0.33% -
XYZ 6 6.32 2.2 -
YUV 69.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 83 70 31 0 0.16 0.63 0.67 45 0.46 0.22
Hex 53 46 1F 0 10 3F 43 2D 2E 16
Octal 123 106 37 0 20 77 103 55 56 26
Binary 1010011 1000110 11111 0 10000 111111 1000011 101101 101110 10110

Color Harmonies of #53461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53461F

Black with #53461F

Text Example


Text Example

White with #53461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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