Html Css Color HEX #53501A Bronze Olive

📋 copy color: '#53501A'

red 83 ◦ green 80 ◦ blue 26

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

Shades of Bronze Olive #53501A

Tints of Bronze Olive #53501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 43.92%
G = 42.33%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53501A (or 0x53501A) is known color: Bronze Olive. HEX triplet: 53, 50 and 1A. RGB value is (83,80,26). Sum of RGB (Red+Green+Blue) = 83+80+26=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #53501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53501A is #ACAFE5. Grayscale: #4A4A4A. Windows color (decimal): -11317222 or 1724499. OLE color: 1724499.

HSL color Cylindrical-coordinate representation of color #53501A: hue angle of 56.84º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53501A is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 26 -
CMYK 0 0.04 0.69 0.67
HSL 56.84º 0.52% 0.21% -
HSV(B) 56.84º 0.69% 0.33% -
XYZ 6.62 7.65 2.11 -
YUV 74.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 83 80 26 0 0.04 0.69 0.67 56.84 0.52 0.21
Hex 53 50 1A 0 4 45 43 39 34 15
Octal 123 120 32 0 4 105 103 71 64 25
Binary 1010011 1010000 11010 0 100 1000101 1000011 111001 110100 10101

Color Harmonies of #53501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53501A

Black with #53501A

Text Example


Text Example

White with #53501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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