Html Css Color HEX #53461A Bronze Olive

📋 copy color: '#53461A'

red 83 ◦ green 70 ◦ blue 26

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

Shades of Bronze Olive #53461A

Tints of Bronze Olive #53461A

RGB

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

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

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

R = 46.37%
G = 39.11%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53461A (or 0x53461A) is known color: Bronze Olive. HEX triplet: 53, 46 and 1A. RGB value is (83,70,26). Sum of RGB (Red+Green+Blue) = 83+70+26=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461A is #ACB9E5. Grayscale: #454545. Windows color (decimal): -11319782 or 1721939. OLE color: 1721939.

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

Color convert

RGB 83 70 26 -
CMYK 0 0.16 0.69 0.67
HSL 46.32º 0.52% 0.21% -
HSV(B) 46.32º 0.69% 0.33% -
XYZ 5.94 6.29 1.88 -
YUV 68.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 83 70 26 0 0.16 0.69 0.67 46.32 0.52 0.21
Hex 53 46 1A 0 10 45 43 2E 34 15
Octal 123 106 32 0 20 105 103 56 64 25
Binary 1010011 1000110 11010 0 10000 1000101 1000011 101110 110100 10101

Color Harmonies of #53461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53461A

Black with #53461A

Text Example


Text Example

White with #53461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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