Html Css Color HEX #53491F Bronze Olive

📋 copy color: '#53491F'

red 83 ◦ green 73 ◦ blue 31

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

Shades of Bronze Olive #53491F

Tints of Bronze Olive #53491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.04%

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

R = 44.39%
G = 39.04%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53491F (or 0x53491F) is known color: Bronze Olive. HEX triplet: 53, 49 and 1F. RGB value is (83,73,31). Sum of RGB (Red+Green+Blue) = 83+73+31=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #53491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491F is #ACB6E0. Grayscale: #474747. Windows color (decimal): -11319009 or 2050387. OLE color: 2050387.

HSL color Cylindrical-coordinate representation of color #53491F: hue angle of 48.46º 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 #53491F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 31 -
CMYK 0 0.12 0.63 0.67
HSL 48.46º 0.46% 0.22% -
HSV(B) 48.46º 0.63% 0.33% -
XYZ 6.2 6.7 2.26 -
YUV 71.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 83 73 31 0 0.12 0.63 0.67 48.46 0.46 0.22
Hex 53 49 1F 0 C 3F 43 30 2E 16
Octal 123 111 37 0 14 77 103 60 56 26
Binary 1010011 1001001 11111 0 1100 111111 1000011 110000 101110 10110

Color Harmonies of #53491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53491F

Black with #53491F

Text Example


Text Example

White with #53491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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