Html Css Color HEX #53471F Bronze Olive

📋 copy color: '#53471F'

red 83 ◦ green 71 ◦ blue 31

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

Shades of Bronze Olive #53471F

Tints of Bronze Olive #53471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

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

R = 44.86%
G = 38.38%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53471F (or 0x53471F) is known color: Bronze Olive. HEX triplet: 53, 47 and 1F. RGB value is (83,71,31). Sum of RGB (Red+Green+Blue) = 83+71+31=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53471F is #ACB8E0. Grayscale: #464646. Windows color (decimal): -11319521 or 2049875. OLE color: 2049875.

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

Color convert

RGB 83 71 31 -
CMYK 0 0.14 0.63 0.67
HSL 46.15º 0.46% 0.22% -
HSV(B) 46.15º 0.63% 0.33% -
XYZ 6.07 6.44 2.22 -
YUV 70.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 83 71 31 0 0.14 0.63 0.67 46.15 0.46 0.22
Hex 53 47 1F 0 E 3F 43 2E 2E 16
Octal 123 107 37 0 16 77 103 56 56 26
Binary 1010011 1000111 11111 0 1110 111111 1000011 101110 101110 10110

Color Harmonies of #53471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53471F

Black with #53471F

Text Example


Text Example

White with #53471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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