Html Css Color HEX #53461B Bronze Olive

📋 copy color: '#53461B'

red 83 ◦ green 70 ◦ blue 27

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

Shades of Bronze Olive #53461B

Tints of Bronze Olive #53461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15%

R = 46.11%
G = 38.89%
B = 15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53461B (or 0x53461B) is known color: Bronze Olive. HEX triplet: 53, 46 and 1B. RGB value is (83,70,27). Sum of RGB (Red+Green+Blue) = 83+70+27=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461B is #ACB9E4. Grayscale: #454545. Windows color (decimal): -11319781 or 1787475. OLE color: 1787475.

HSL color Cylindrical-coordinate representation of color #53461B: hue angle of 46.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53461B is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 27 -
CMYK 0 0.16 0.67 0.67
HSL 46.07º 0.51% 0.22% -
HSV(B) 46.07º 0.67% 0.33% -
XYZ 5.96 6.3 1.94 -
YUV 68.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 83 70 27 0 0.16 0.67 0.67 46.07 0.51 0.22
Hex 53 46 1B 0 10 43 43 2E 33 16
Octal 123 106 33 0 20 103 103 56 63 26
Binary 1010011 1000110 11011 0 10000 1000011 1000011 101110 110011 10110

Color Harmonies of #53461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53461B

Black with #53461B

Text Example


Text Example

White with #53461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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