Html Css Color HEX #53461D Bronze Olive

📋 copy color: '#53461D'

red 83 ◦ green 70 ◦ blue 29

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

Shades of Bronze Olive #53461D

Tints of Bronze Olive #53461D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 45.6%
G = 38.46%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53461D (or 0x53461D) is known color: Bronze Olive. HEX triplet: 53, 46 and 1D. RGB value is (83,70,29). Sum of RGB (Red+Green+Blue) = 83+70+29=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461D is #ACB9E2. Grayscale: #454545. Windows color (decimal): -11319779 or 1918547. OLE color: 1918547.

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

Color convert

RGB 83 70 29 -
CMYK 0 0.16 0.65 0.67
HSL 45.56º 0.48% 0.22% -
HSV(B) 45.56º 0.65% 0.33% -
XYZ 5.98 6.31 2.06 -
YUV 69.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 83 70 29 0 0.16 0.65 0.67 45.56 0.48 0.22
Hex 53 46 1D 0 10 41 43 2E 30 16
Octal 123 106 35 0 20 101 103 56 60 26
Binary 1010011 1000110 11101 0 10000 1000001 1000011 101110 110000 10110

Color Harmonies of #53461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53461D

Black with #53461D

Text Example


Text Example

White with #53461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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