Html Css Color HEX #53471A Bronze Olive

📋 copy color: '#53471A'

red 83 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #53471A

Tints of Bronze Olive #53471A

RGB

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

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

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

R = 46.11%
G = 39.44%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53471A (or 0x53471A) is known color: Bronze Olive. HEX triplet: 53, 47 and 1A. RGB value is (83,71,26). Sum of RGB (Red+Green+Blue) = 83+71+26=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53471A is #ACB8E5. Grayscale: #454545. Windows color (decimal): -11319526 or 1722195. OLE color: 1722195.

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

Color convert

RGB 83 71 26 -
CMYK 0 0.14 0.69 0.67
HSL 47.37º 0.52% 0.21% -
HSV(B) 47.37º 0.69% 0.33% -
XYZ 6.01 6.42 1.9 -
YUV 69.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 83 71 26 0 0.14 0.69 0.67 47.37 0.52 0.21
Hex 53 47 1A 0 E 45 43 2F 34 15
Octal 123 107 32 0 16 105 103 57 64 25
Binary 1010011 1000111 11010 0 1110 1000101 1000011 101111 110100 10101

Color Harmonies of #53471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53471A

Black with #53471A

Text Example


Text Example

White with #53471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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