Html Css Color HEX #53480C Bronze Olive

📋 copy color: '#53480C'

red 83 ◦ green 72 ◦ blue 12

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

Shades of Bronze Olive #53480C

Tints of Bronze Olive #53480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.19%

R = 49.7%
G = 43.11%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53480C (or 0x53480C) is known color: Bronze Olive. HEX triplet: 53, 48 and 0C. RGB value is (83,72,12). Sum of RGB (Red+Green+Blue) = 83+72+12=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53480C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53480C is #ACB7F3. Grayscale: #444444. Windows color (decimal): -11319284 or 804947. OLE color: 804947.

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

Color convert

RGB 83 72 12 -
CMYK 0 0.13 0.86 0.67
HSL 50.7º 0.75% 0.19% -
HSV(B) 50.7º 0.86% 0.33% -
XYZ 5.95 6.5 1.29 -
YUV 68.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 83 72 12 0 0.13 0.86 0.67 50.7 0.75 0.19
Hex 53 48 C 0 D 56 43 33 4B 13
Octal 123 110 14 0 15 126 103 63 113 23
Binary 1010011 1001000 1100 0 1101 1010110 1000011 110011 1001011 10011

Color Harmonies of #53480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53480C

Black with #53480C

Text Example


Text Example

White with #53480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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