Html Css Color HEX #53461C Bronze Olive

📋 copy color: '#53461C'

red 83 ◦ green 70 ◦ blue 28

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

Shades of Bronze Olive #53461C

Tints of Bronze Olive #53461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

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

R = 45.86%
G = 38.67%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53461C (or 0x53461C) is known color: Bronze Olive. HEX triplet: 53, 46 and 1C. RGB value is (83,70,28). Sum of RGB (Red+Green+Blue) = 83+70+28=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461C is #ACB9E3. Grayscale: #454545. Windows color (decimal): -11319780 or 1853011. OLE color: 1853011.

HSL color Cylindrical-coordinate representation of color #53461C: hue angle of 45.82º 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 #53461C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 28 -
CMYK 0 0.16 0.66 0.67
HSL 45.82º 0.5% 0.22% -
HSV(B) 45.82º 0.66% 0.33% -
XYZ 5.97 6.3 2 -
YUV 69.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 83 70 28 0 0.16 0.66 0.67 45.82 0.5 0.22
Hex 53 46 1C 0 10 42 43 2E 32 16
Octal 123 106 34 0 20 102 103 56 62 26
Binary 1010011 1000110 11100 0 10000 1000010 1000011 101110 110010 10110

Color Harmonies of #53461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53461C

Black with #53461C

Text Example


Text Example

White with #53461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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