Html Css Color HEX #53481C Bronze Olive

📋 copy color: '#53481C'

red 83 ◦ green 72 ◦ blue 28

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

Shades of Bronze Olive #53481C

Tints of Bronze Olive #53481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 45.36%
G = 39.34%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53481C (or 0x53481C) is known color: Bronze Olive. HEX triplet: 53, 48 and 1C. RGB value is (83,72,28). Sum of RGB (Red+Green+Blue) = 83+72+28=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53481C is #ACB7E3. Grayscale: #464646. Windows color (decimal): -11319268 or 1853523. OLE color: 1853523.

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

Color convert

RGB 83 72 28 -
CMYK 0 0.13 0.66 0.67
HSL 48º 0.5% 0.22% -
HSV(B) 48º 0.66% 0.33% -
XYZ 6.09 6.56 2.04 -
YUV 70.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 83 72 28 0 0.13 0.66 0.67 48 0.5 0.22
Hex 53 48 1C 0 D 42 43 30 32 16
Octal 123 110 34 0 15 102 103 60 62 26
Binary 1010011 1001000 11100 0 1101 1000010 1000011 110000 110010 10110

Color Harmonies of #53481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53481C

Black with #53481C

Text Example


Text Example

White with #53481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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