Html Css Color HEX #53491A Bronze Olive

📋 copy color: '#53491A'

red 83 ◦ green 73 ◦ blue 26

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

Shades of Bronze Olive #53491A

Tints of Bronze Olive #53491A

RGB

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

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

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

R = 45.6%
G = 40.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53491A (or 0x53491A) is known color: Bronze Olive. HEX triplet: 53, 49 and 1A. RGB value is (83,73,26). Sum of RGB (Red+Green+Blue) = 83+73+26=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491A is #ACB6E5. Grayscale: #464646. Windows color (decimal): -11319014 or 1722707. OLE color: 1722707.

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

Color convert

RGB 83 73 26 -
CMYK 0 0.12 0.69 0.67
HSL 49.47º 0.52% 0.21% -
HSV(B) 49.47º 0.69% 0.33% -
XYZ 6.14 6.68 1.94 -
YUV 70.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 83 73 26 0 0.12 0.69 0.67 49.47 0.52 0.21
Hex 53 49 1A 0 C 45 43 31 34 15
Octal 123 111 32 0 14 105 103 61 64 25
Binary 1010011 1001001 11010 0 1100 1000101 1000011 110001 110100 10101

Color Harmonies of #53491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53491A

Black with #53491A

Text Example


Text Example

White with #53491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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