Html Css Color HEX #53480A Bronze Olive

📋 copy color: '#53480A'

red 83 ◦ green 72 ◦ blue 10

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

Shades of Bronze Olive #53480A

Tints of Bronze Olive #53480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

 BLUE value IS 10 (4.3% from 255) = 6.06%

R = 50.3%
G = 43.64%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53480A (or 0x53480A) is known color: Bronze Olive. HEX triplet: 53, 48 and 0A. RGB value is (83,72,10). Sum of RGB (Red+Green+Blue) = 83+72+10=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #53480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53480A is #ACB7F5. Grayscale: #444444. Windows color (decimal): -11319286 or 673875. OLE color: 673875.

HSL color Cylindrical-coordinate representation of color #53480A: hue angle of 50.96º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53480A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 72 10 -
CMYK 0 0.13 0.88 0.67
HSL 50.96º 0.78% 0.18% -
HSV(B) 50.96º 0.88% 0.33% -
XYZ 5.94 6.5 1.23 -
YUV 68.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 83 72 10 0 0.13 0.88 0.67 50.96 0.78 0.18
Hex 53 48 A 0 D 58 43 33 4E 12
Octal 123 110 12 0 15 130 103 63 116 22
Binary 1010011 1001000 1010 0 1101 1011000 1000011 110011 1001110 10010

Color Harmonies of #53480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53480A

Black with #53480A

Text Example


Text Example

White with #53480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,72,10); }

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

background-color css

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

 a { background-color: rgb(83,72,10); }

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

border-color css

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

 span { border-color: rgb(83,72,10); }

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