Html Css Color HEX #53501B Bronze Olive

📋 copy color: '#53501B'

red 83 ◦ green 80 ◦ blue 27

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

Shades of Bronze Olive #53501B

Tints of Bronze Olive #53501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 43.68%
G = 42.11%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53501B (or 0x53501B) is known color: Bronze Olive. HEX triplet: 53, 50 and 1B. RGB value is (83,80,27). Sum of RGB (Red+Green+Blue) = 83+80+27=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53501B is #ACAFE4. Grayscale: #4B4B4B. Windows color (decimal): -11317221 or 1790035. OLE color: 1790035.

HSL color Cylindrical-coordinate representation of color #53501B: hue angle of 56.79º 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 #53501B is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 27 -
CMYK 0 0.04 0.67 0.67
HSL 56.79º 0.51% 0.22% -
HSV(B) 56.79º 0.67% 0.33% -
XYZ 6.63 7.66 2.16 -
YUV 74.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 83 80 27 0 0.04 0.67 0.67 56.79 0.51 0.22
Hex 53 50 1B 0 4 43 43 39 33 16
Octal 123 120 33 0 4 103 103 71 63 26
Binary 1010011 1010000 11011 0 100 1000011 1000011 111001 110011 10110

Color Harmonies of #53501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53501B

Black with #53501B

Text Example


Text Example

White with #53501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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